Error processing SSI file
(Leadtools.Annotations.Core)

Show in webframe

Scale Method (AnnObject)






The ratio by which to scale the AnnObject in the x-axis direction.
The ratio by which to scale the AnnObject in the y-axis direction.
A Leadtools.LeadPointD object that represents the center of the scale operation.
Scales the AnnObject by the specified ratios.
Syntax
public virtual void Scale( 
   double scaleX,
   double scaleY,
   LeadPointD origin
)
'Declaration
 
Public Overridable Sub Scale( _
   ByVal scaleX As Double, _
   ByVal scaleY As Double, _
   ByVal origin As LeadPointD _
) 
public virtual void Scale( 
   double scaleX,
   double scaleY,
   LeadPointD origin
)
-(void) scaleX:(double)scaleX
             y:(double)scaleY
       atPoint:(LeadPointD)ptOrg;
            
public void scale(double scaleX,
   double scaleY,
   LeadPointD origin
)
            
 function Leadtools.Annotations.Core.AnnObject.Scale( 
   scaleX ,
   scaleY ,
   origin 
)

Parameters

scaleX
The ratio by which to scale the AnnObject in the x-axis direction.
scaleY
The ratio by which to scale the AnnObject in the y-axis direction.
origin
A Leadtools.LeadPointD object that represents the center of the scale operation.
Requirements

Target Platforms

See Also

Reference

AnnObject Class
AnnObject Members

Error processing SSI file
   Leadtools.Annotations.Core requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features