C#
VB
Java
WinRT C#
C++
Scales the AnnGroupObject by the specified ratios
public override void Scale(
double scaleX,
double scaleY,
LeadPointD origin
)
Public Overrides Sub Scale( _
ByVal scaleX As Double, _
ByVal scaleY As Double, _
ByVal origin As Leadtools.LeadPointD _
)
public override void Scale(
double scaleX,
double scaleY,
Leadtools.LeadPointD origin
)
function Leadtools.Annotations.Core.AnnGroupObject.Scale(
scaleX ,
scaleY ,
origin
)
public:
virtual void Scale(
double scaleX,
double scaleY,
LeadPointD^ origin
) override
scaleX
The ratio by which to scale the AnnGroupObject in the x-axis direction.
scaleY
The ratio by which to scale the AnnGroupObject 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