C#
VB
Java
Objective-C
WinRT C#
C++
Scales the input Leadtools.LeadPointD using the specified scale factor.
public static LeadPointD ScalePoint(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) pointxScale:(double) xScaleyScale:(double) yScale;
function Leadtools.Annotations.Core.AnnTransformer.ScalePoint(point ,scaleX ,scaleY)
public:static LeadPointD^ ScalePoint(LeadPointD^ point,double scaleX,double scaleY)
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.
The scaled Leadtools.LeadPointD.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
