C#
VB
Java
Objective-C
WinRT C#
C++
Scales this LeadMatrix by the specified amount about the specified point.
Public Sub ScaleAt( _
ByVal scaleX As Double, _
ByVal scaleY As Double, _
ByVal centerX As Double, _
ByVal centerY As Double _
)
void LeadMatrixScaleAt(LeadMatrix *matrix, double scaleX, double scaleY, double centerX, double centerY)
function Leadtools.LeadMatrix.ScaleAt(
scaleX ,
scaleY ,
centerX ,
centerY
)
scaleX
The value by which to scale this LeadMatrix along the x-axis.
scaleY
The value by which to scale this LeadMatrix along the y-axis.
centerX
The x-coordinate of the scale operation's center point.
centerY
The y-coordinate of the scale operation's center point.
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