←Select platform

ScaleVector Method

Summary

Scales the AnnEncryptObject by the specified ratios, unit vector and center point.

Syntax

C#
VB
Java
WinRT C#
C++
public override void ScaleVector( 
   double scaleX, 
   double scaleY, 
   LeadPointD unitVectorX, 
   LeadPointD unitVectorY, 
   LeadPointD centerPoint 
) 
Public Overrides Sub ScaleVector( _ 
   ByVal scaleX As Double, _ 
   ByVal scaleY As Double, _ 
   ByVal unitVectorX As Leadtools.LeadPointD, _ 
   ByVal unitVectorY As Leadtools.LeadPointD, _ 
   ByVal centerPoint As Leadtools.LeadPointD _ 
)  
@Override public void scaleVector(double scaleX, double scaleY, LeadPointD unitVectorX, LeadPointD unitVectorY, LeadPointD centerPoint) 
 function Leadtools.Annotations.Core.AnnEncryptObject.ScaleVector(  
   scaleX , 
   scaleY , 
   unitVectorX , 
   unitVectorY , 
   centerPoint  
) 
public:  
   virtual void ScaleVector( 
      double scaleX, 
      double scaleY, 
      LeadPointD^ unitVectorX, 
      LeadPointD^ unitVectorY, 
      LeadPointD^ centerPoint 
   ) override 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly