ShapeElement
-
class
HPS.ShapeElement
: HPS.Object Subclassed by HPS.AnchorShapeElement, HPS.CircleShapeElement, HPS.CircularArcShapeElement, HPS.EllipseShapeElement, HPS.EllipticalArcShapeElement, HPS.LeaderLineClippingElement, HPS.LineShapeElement, HPS.PolygonShapeElement
Public Functions
-
override void
Dispose
()
-
bool
Equals
(HPS.ShapeElement in_that)
-
override bool
Equals
(Object obj)
-
override int
GetHashCode
()
-
override HPS.Type
ObjectType
()
-
void
Set
(HPS.ShapeElement in_that)
-
HPS.ShapeElement
SetDisjointed
(bool in_state)
-
HPS.ShapeElement
SetFill
(bool in_state)
-
ShapeElement
()
-
ShapeElement
(HPS.ShapeElement in_that)
-
bool
ShowDisjointed
(out bool out_state)
-
bool
ShowFill
(out bool out_state)
Public Static Functions
-
bool
operator!=
(HPS.ShapeElement a, HPS.ShapeElement b)
-
bool
operator==
(HPS.ShapeElement a, HPS.ShapeElement b)
-
override void