The Scale Method is available in LEADTOOLS Document and Medical Imaging toolkits.
- 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.
Visual Basic (Declaration) | |
---|---|
Overrides Public Sub Scale( _ ByVal sx As Single, _ ByVal sy As Single, _ ByVal origin As AnnPoint _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As AnnGroupObject Dim sx As Single Dim sy As Single Dim origin As AnnPoint instance.Scale(sx, sy, origin) |
Parameters
- 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.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7