EllipseShapeElement
- class HPS.EllipseShapeElement : public HPS.ShapeElement
Public Functions
- override void Dispose ()
- EllipseShapeElement ()
- EllipseShapeElement (HPS.EllipseShapeElement in_that)
- EllipseShapeElement (HPS.ShapeElement in_that)
- EllipseShapeElement (HPS.ShapePoint in_center, HPS.ShapePoint in_major_axis_point, HPS.ShapePoint in_minor_axis_point)
- override HPS.Type ObjectType ()
- HPS.EllipseShapeElement SetCenter (HPS.ShapePoint in_center)
- HPS.EllipseShapeElement SetMajorAxisPoint (HPS.ShapePoint in_major_axis_point)
- HPS.EllipseShapeElement SetMinorAxisPoint (HPS.ShapePoint in_minor_axis_point)
- bool ShowCenter (out HPS.ShapePoint out_center)
- bool ShowMajorAxisPoint (out HPS.ShapePoint out_major_axis_point)
- bool ShowMinorAxisPoint (out HPS.ShapePoint out_minor_axis_point)