C#
VB
Java
WinRT C#
C++
Scales the AnnObject 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.AnnStickyNoteObject.Scale(
scaleX ,
scaleY ,
origin
)
public:
virtual void Scale(
double scaleX,
double scaleY,
LeadPointD^ origin
) override
scaleX
The value for the horizontal scale.
scaleY
The value for the vertical scale.
origin
The point of origin for the scaling operation.
This implementation overrides this method to ignore the default behavior since this object type does not support scaling.
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