AnnSetScalarY method (Annotation Control)
Builder Syntax |
int AnnSetScalarY (HANNOBJECT hObject, double dScalarY, bool bSelected); |
Delphi Syntax |
Function AnnSetScalarY (hObject: HANNOBJECT; dScalarY: L_DOUBLE; bSelected: Boolean ): L_INT; |
Overview |
Remarks
(Document/Medical only) Sets the vertical scaling factor that is applied to the annotation object. Typically, the scaling factors are applied to a root container so that the annotations will match the displayed image.
Offset values, which are set by the AnnSetOffsetX and AnnSetOffsetY methods, are applied after the scalar properties. For more information, refer to Low-Level Coordinate System for Annotations.
The value of the AnnContainer property cannot be passed for the hObject parameter.
See Also
Elements |
AnnSetScalarX method\, AnnGetScalarX method, AnnGetScalarY method, AnnSetOffsetX method, AnnSetOffsetY method, AnnGetOffsetY method, AnnGetOffsetX method, AnnFixed property, AnnPushFixedState method, AnnPopFixedState method, AnnIsFixedRect method |
Topics |
|
|