Convert geometry with specified magnification, angle and coordinates.
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 Transform(
Point2d point1,
double scaleX,
double scaleY,
double angle,
Point2d point2
)
Public MustOverride Sub Transform (
point1 As Point2d,
scaleX As Double,
scaleY As Double,
angle As Double,
point2 As Point2d
)
Parameters
- point1
- Type: RootPro.RootProCAD.GeometryPoint2d
reference point - scaleX
- Type: SystemDouble
magnification in X direction - scaleY
- Type: SystemDouble
magnification in Y direction - angle
- Type: SystemDouble
Angle (Degree) of rotation - point2
- Type: RootPro.RootProCAD.GeometryPoint2d
placement point
See Also