Zoom in or out the shape.
Namespace:
RootPro.RootProCAD
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax public abstract void Scale(
Point2d point,
double scaleX,
double scaleY
)
Public MustOverride Sub Scale (
point As Point2d,
scaleX As Double,
scaleY As Double
)
Parameters
- point
- Type: RootPro.RootProCAD.GeometryPoint2d
Scaling reference point. - scaleX
- Type: SystemDouble
magnification in the X direction. - scaleY
- Type: SystemDouble
magnification in the Y direction.
See Also