PolylineShapeGetRectanglePoint Method |
Get the coordinates of the specified position of the rectangle. If the polyline is not a rectangle, null is returned.
Namespace:
RootPro.RootProCAD
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 13.0.0.0 (13.0.0.0)
Syntaxpublic abstract Point2d? GetRectanglePoint(
Alignment alignment
)
Public MustOverride Function GetRectanglePoint (
alignment As Alignment
) As Point2d?
Parameters
- alignment
- Type: RootPro.RootProCADAlignment
Return Value
Type:
NullablePoint2d
nullable type
Point2d that represents the coordinates of the specified position of the rectangle.
See Also