←Select platform

ScaleVector Method

Summary

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

Syntax
C#
VB
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 LeadPointD, 
   ByVal unitVectorY As LeadPointD, 
   ByVal centerPoint As LeadPointD 
) 
public:  
   virtual void ScaleVector( 
      double scaleX, 
      double scaleY, 
      LeadPointD^ unitVectorX, 
      LeadPointD^ unitVectorY, 
      LeadPointD^ centerPoint 
   ) override 

Parameters

scaleX

The ratio by which to scale AnnObject in the x-axis direction.

scaleY

The ratio by which to scale AnnObject in the y-axis direction.

unitVectorX

The X-axis of the unit vector to use in scaling.

unitVectorY

The Y-axis of the unit vector to use in scaling.

centerPoint

A Leadtools.LeadPointD object that represents the center of the scale operation.

Remarks

Overrides ScaleVector.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly