←Select platform

ScalePoint Method

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
public static Leadtools.LeadPointD ScalePoint(  
   Leadtools.LeadPointD point, 
   double scaleX, 
   double scaleY 
) 
Public Shared Function ScalePoint( _ 
   ByVal point As Leadtools.LeadPointD, _ 
   ByVal scaleX As Double, _ 
   ByVal scaleY As Double _ 
) As Leadtools.LeadPointD 
public static Leadtools.LeadPointD ScalePoint(  
   Leadtools.LeadPointD point, 
   double scaleX, 
   double scaleY 
) 
+(LeadPointD) scalePoint:(LeadPointD) point  
                  xScale:(double) xScale 
                  yScale:(double) yScale; 
public static LeadPointD scalePoint( 
   LeadPointD point, 
   double scaleX, 
   double scaleY 
) 
function Leadtools.Annotations.Core.AnnTransformer.ScalePoint(  
   point , 
   scaleX , 
   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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Annotations.Core Assembly
Click or drag to resize