'Declaration Public Sub ScaleAt( _
ByVal scaleXThe value by which to scale the interactive object in the x-axis direction.As Single, _
ByVal scaleYThe value by which to scale the interactive object in the y-axis direction.As Single, _
ByVal pointA System.Drawing.PointF that represents the anchor of the scaling.As System.Drawing.PointF _
)
Parameters
- scaleX
- The value by which to scale the interactive object in the x-axis direction.
- scaleY
- The value by which to scale the interactive object in the y-axis direction.
- point
- A System.Drawing.PointF that represents the anchor of the scaling.