Version: |
1.2 |
Description: |
Specifies the x and y symbol scale factor. |
Declaration: |
|
C/C++ |
extern "C" Point2D WINAPI VCGetSymScale(short* iError); |
Delphi |
procedure VCGetSymScaleBP(var iError: Smallint; var pRet: Point2D); stdcall; |
ActiveX/COM |
Function GetSymScale() As IVCPoint2D |
Parameters: |
p - the x and y values for the x and y scale |
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, VCGetSymRot, VCGetSymExplode, VCGetSymScaleX, VCGetSymScaleY |