Error processing SSI file
(Leadtools.Annotations.Core)

Show in webframe

ScaleVector 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.
The X-axis of the unit vector to use in scaling.
The T-axis of the unit vector to use in scaling.
A Leadtools.LeadPointD object that represents the center of the scale operation.
Scales the AnnObject by the specified ratios, unit vector and center point.
Syntax
'Declaration
 
Public Overridable Sub ScaleVector( _
   ByVal scaleX As Double, _
   ByVal scaleY As Double, _
   ByVal unitVectorX As LeadPointD, _
   ByVal unitVectorY As LeadPointD, _
   ByVal centerPoint As LeadPointD _
) 
-(void) scaleX:(double)scaleX
             y:(double)scaleY
       unitVectorX:(LeadPointD)unitVectorX;
       unitVectorY:(LeadPointD)unitVectorY;
       atPoint:(LeadPointD)ptOrg;
            
public void scaleVector(double scaleX,
   double scaleY,
   LeadPointD unitVectorX,
   LeadPointD unitVectorY,
   LeadPointD centerPoint)
)
            
 function Leadtools.Annotations.Core.AnnObject.ScaleVector( 
   scaleX ,
   scaleY ,
   unitVectorX ,
   unitVectorY ,
   centerPoint 
)

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.
unitVectorX
The X-axis of the unit vector to use in scaling.
unitVectorY
The T-axis of the unit vector to use in scaling.
centerPoint
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