|
override void | deleteCptr () |
|
override void | deleteCptr () |
|
virtual IntPtr | GetNonDirectorClassID () |
|
The PolygonShapeElement class is a user space object. It is used to define polygon elements to make up shapes for text backgrounds.
◆ PolygonShapeElement() [1/4]
HPS.PolygonShapeElement.PolygonShapeElement |
( |
| ) |
|
|
inline |
◆ PolygonShapeElement() [2/4]
This constructor creates a PolygonShapeElement object that contains the same settings as the source ShapeElement. The copy will only be successful if the source shape element is really an upcast of a polygon shape element. Otherwise the copy will fail and the resulting PolygonShapeElement will be invalid.
- Parameters
-
◆ PolygonShapeElement() [3/4]
◆ PolygonShapeElement() [4/4]
HPS.PolygonShapeElement.PolygonShapeElement |
( |
HPS.ShapePoint [] |
in_points | ) |
|
|
inline |
This constructor creates a PolygonShapeElement with the specified point array.
- Parameters
-
in_points | The points for the polygon. |
◆ ObjectType()
override HPS.Type HPS.PolygonShapeElement.ObjectType |
( |
| ) |
|
|
inlinevirtual |
This function returns the type the object, as declared (if the object is derived, this does not give the true type of the derived object).
- Returns
- The declared type of the object in question, which may differ from the true, underlying type.
Reimplemented from HPS.Object.
◆ SetPoints()
◆ ShowPoints()
bool HPS.PolygonShapeElement.ShowPoints |
( |
out HPS.ShapePoint [] |
out_points | ) |
|
|
inline |
Shows the points for this PolygonShapeElement.
- Parameters
-
out_points | The points for the polygon. |
- Returns
- true if points were set, false otherwise.
The documentation for this class was generated from the following file:
- internals/hps_core/source/cs/HPS.PolygonShapeElement.cs