←Select platform

ScalePoint Method

Summary

Scales the input Leadtools.LeadPointD using the specified scale factor.

Syntax
C#
VB
Objective-C
C++
Java
public static LeadPointD ScalePoint( 
   LeadPointD point, 
   double scaleX, 
   double scaleY 
) 
Public Shared Function ScalePoint( _ 
   ByVal point As LeadPointD, _ 
   ByVal scaleX As Double, _ 
   ByVal scaleY As Double _ 
) As LeadPointD 
+(LeadPointD) scalePoint:(LeadPointD) point  
                  xScale:(double) xScale 
                  yScale:(double) yScale; 
public static LeadPointD scalePoint( 
   LeadPointD point, 
   double scaleX, 
   double scaleY 
) 
public:  
   static LeadPointD^ ScalePoint( 
      LeadPointD^ point, 
      double scaleX, 
      double scaleY 
   ) 

Parameters

point
The Leadtools.LeadPointD to be scaled.

scaleX
The ratio by which to scale the Leadtools.LeadPointD in the x-axis direction.

scaleY
The ratio by which to scale the Leadtools.LeadPointD in the y-axis direction.

Return Value

The scaled Leadtools.LeadPointD.

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