Leadtools.Windows.Annotations Requires Document/Medical license. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
Scale Method
See Also 
Leadtools.Windows.Annotations Namespace > AnnGroupObject Class : Scale Method



sx
The value by which to scale the matrix in the RenderTransform property in the x-axis direction.
sy
The value by which to scale the matrix in the RenderTransform property in the y-axis direction.
origin
A Point structure that represents the center of the scaling operation.
sx
The value by which to scale the matrix in the RenderTransform property in the x-axis direction.
sy
The value by which to scale the matrix in the RenderTransform property in the y-axis direction.
origin
A Point structure that represents the center of the scaling operation.
Scales the transformation matrix of this AnnGroupObject object using the specified values.

Syntax

Visual Basic (Declaration) 
Overrides Public Sub Scale( _
   ByVal sx As Double, _
   ByVal sy As Double, _
   ByVal origin As Point _
) 
Visual Basic (Usage)Copy Code
Dim instance As AnnGroupObject
Dim sx As Double
Dim sy As Double
Dim origin As Point
 
instance.Scale(sx, sy, origin)
C# 
public override void Scale( 
   double sx,
   double sy,
   Point origin
)
C++/CLI 
public:
void Scale( 
   double sx,
   double sy,
   Point origin
) override 

Parameters

sx
The value by which to scale the matrix in the RenderTransform property in the x-axis direction.
sy
The value by which to scale the matrix in the RenderTransform property in the y-axis direction.
origin
A Point structure that represents the center of the scaling operation.

Remarks

The AnnGroupObject will scale all objects in the group. For more information, refer to AnnObjectBase.Scale.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family

See Also

Scale requires a Document/Medical product license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features and Unlocking Special LEAD Features.