C#
VB
Java
Objective-C
WinRT C#
C++
Scales the AnnObject by the specified ratios.
public virtual void Scale(
double scaleX,
double scaleY,
LeadPointD origin
)
Public Overridable Sub Scale( _
ByVal scaleX As Double, _
ByVal scaleY As Double, _
ByVal origin As Leadtools.LeadPointD _
)
public virtual void Scale(
double scaleX,
double scaleY,
Leadtools.LeadPointD origin
)
function Leadtools.Annotations.Core.AnnObject.Scale(
scaleX ,
scaleY ,
origin
)
public:
virtual void Scale(
double scaleX,
double scaleY,
LeadPointD^ origin
)
scaleX
The ratio by which to scale the AnnObject in the x-axis direction.
scaleY
The ratio by which to scale the AnnObject in the y-axis direction.
origin
A Leadtools.LeadPointD object that represents the center of the scale operation.
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