LEADTOOLS Annotations (Leadtools.Annotations assembly)

Scale Method (AnnGroupObject)

Show in webframe





The value by which to scale the matrix in the AnnObject.Transform property in the x-axis direction.
The value by which to scale the matrix in the AnnObject.Transform property in the y-axis direction.
An AnnPoint structure that represents the center of the scaling operation.
Scales the transformation matrix of this AnnGroupObject object using the specified values.
Syntax
public override void Scale( 
   float sx,
   float sy,
   AnnPoint origin
)
'Declaration
 
Public Overrides Sub Scale( _
   ByVal sx As Single, _
   ByVal sy As Single, _
   ByVal origin As AnnPoint _
) 
'Usage
 
Dim instance As AnnGroupObject
Dim sx As Single
Dim sy As Single
Dim origin As AnnPoint
 
instance.Scale(sx, sy, origin)

            

            
public:
void Scale( 
   float sx,
   float sy,
   AnnPoint origin
) override 

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.
Remarks
The AnnGroupObject will scale all objects in the group. For more information, refer to AnnObject.Scale.
Requirements

Target Platforms

See Also

Reference

AnnGroupObject Class
AnnGroupObject Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.