|
override void | deleteCptr () |
|
override void | deleteCptr () |
|
virtual IntPtr | GetNonDirectorClassID () |
|
The LineShapeElement class is a user space object. It is used to define line elements to make up shapes for text backgrounds.
◆ LineShapeElement() [1/5]
HPS.LineShapeElement.LineShapeElement |
( |
| ) |
|
|
inline |
◆ LineShapeElement() [2/5]
This constructor creates a LineShapeElement 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 line shape element. Otherwise the copy will fail and the resulting LineShapeElement will be invalid.
- Parameters
-
◆ LineShapeElement() [3/5]
◆ LineShapeElement() [4/5]
This constructor creates a LineShapeElement with the specified points.
- Parameters
-
in_points | The points making up the line. |
◆ LineShapeElement() [5/5]
This constructor creates a two-point LineShapeElement with the specified points.
- Parameters
-
in_start | The start of the line. |
in_end | The end of the line. |
◆ ObjectType()
override HPS.Type HPS.LineShapeElement.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()
Sets the points for this LineShapeElement.
- Parameters
-
in_points | The points making up the line. |
◆ ShowPoints()
bool HPS.LineShapeElement.ShowPoints |
( |
out HPS.ShapePoint [] |
out_points | ) |
|
|
inline |
Shows the points for this LineShapeElement.
- Parameters
-
out_points | The points for this line |
- 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.LineShapeElement.cs