←Select platform

ScalePointAt Method

Summary
Scales the input Leadtools.LeadPointD using the specified scale factor and center point.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public static LeadPointD ScalePointAt( 
   LeadPointD point, 
   double scaleX, 
   double scaleY, 
   double centerX, 
   double centerY 
) 
+(LeadPointD) scalePoint:(LeadPointD) point  
                  xScale:(double) xScale 
                  yScale:(double) yScale 
                 centerX:(double) centerX 
                 centerY:(double) centerY; 
public static LeadPointD scalePointAt( 
   LeadPointD point, 
   double scaleX, 
   double scaleY, 
   double centerX, 
   double centerY 
) 
public:  
   static LeadPointD^ ScalePointAt( 
      LeadPointD^ point, 
      double scaleX, 
      double scaleY, 
      double centerX, 
      double centerY 
   ) 
def ScalePointAt(self,point,scaleX,scaleY,centerX,centerY): 

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.

centerX
The value representing the center of the scale operation on the x-axis.

centerY
The value representing the center of the scale operation on the y-axis.

Return Value

The scaled Leadtools.LeadPointD.

Requirements

Target Platforms

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

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.