LEADTOOLS Annotations (Leadtools.Annotations assembly)
LEAD Technologies, Inc

Scale Method (AnnGroupObject)






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 override void Scale( 
   float sx,
   float sy,
   AnnPoint origin
)
 function Leadtools.Annotations.AnnGroupObject.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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnGroupObject Class
AnnGroupObject Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.