Scales the transformation matrix of this AnnGroupObject object using the specified values.
Public Overrides Sub Scale( _
ByVal sx As Single, _
ByVal sy As Single, _
ByVal origin As Leadtools.Annotations.AnnPoint _
)
public:
void Scale(
float sx,
float sy,
Leadtools.Annotations.AnnPoint origin
) override
sx
The value by which to scale the matrix in the AnnObject.Transform property in the x-axis direction.
sy
The value by which to scale the matrix in the AnnObject.Transform property in the y-axis direction.
origin
An AnnPoint structure that represents the center of the scaling operation.
The AnnGroupObject will scale all objects in the group. For more information, refer to AnnObject.Scale.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET