AnnGetScalarY method (Annotation Control)
Builder Syntax |
int AnnGetScalarY (HANNOBJECT hContainer, double &dScalarY); |
Delphi Syntax |
Function AnnGetScalarY (hContainer: HANNOBJECT; var dScalarY: L_DOUBLE ): L_INT; |
Overview |
Remarks
(Document/Medical only) Gets 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.
See Also