Version: |
1.2 |
Description: |
Specifies the x symbol scale factor. |
Declaration: |
|
C/C++ |
extern "C" double WINAPI VCGetSymScaleX(short*
iError); |
Delphi |
procedure VCGetSymScaleXBP(var iError: Smallint; var dRet:
Double); stdcall; |
ActiveX/COM |
Function GetSymScaleX() As Double |
Parameters: |
dRet - the current x symbol scale factor. |
Notes: |
When placing symbol via the API, it may be necessary to adjust the symbol scale before placement. If an external symbol interface is provided these also allow the interface to adjust the symbol scale. |
See Also: |
VCGetSymName, VCGetSymbolName, VCGetSymScale, VCGetSymRot, VCGetSymExplode, VCGetSymScaleY |