|
override void | deleteCptr () |
|
override void | deleteCptr () |
|
virtual IntPtr | GetNonDirectorClassID () |
|
The CircularArcShapeElement class is a user space object. It is used to define circular arc elements to make up shapes for text backgrounds.
◆ CircularArcShapeElement() [1/4]
HPS.CircularArcShapeElement.CircularArcShapeElement |
( |
| ) |
|
|
inline |
◆ CircularArcShapeElement() [2/4]
This constructor creates a CircularArcShapeElement 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 circular arc shape element. Otherwise the copy will fail and the resulting CircularArcShapeElement will be invalid.
- Parameters
-
◆ CircularArcShapeElement() [3/4]
◆ CircularArcShapeElement() [4/4]
This constructor creates a CircularArcShapeElement with the specified parameters.
- Parameters
-
in_start_point | The start of the arc. |
in_middle_point | A point between the start and the end point, where the arc passes through |
in_end_point | The end of the arc. |
◆ ObjectType()
override HPS.Type HPS.CircularArcShapeElement.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.
◆ SetEndPoint()
◆ SetMiddlePoint()
Sets the minor axis point for this CircularArcShapeElement.
- Parameters
-
in_middle | A point between the start and the end point. The arc passes through this point. |
◆ SetStartPoint()
◆ ShowEndPoint()
bool HPS.CircularArcShapeElement.ShowEndPoint |
( |
out HPS.ShapePoint |
out_end | ) |
|
|
inline |
Shows the end point for this CircularArcShapeElement.
- Parameters
-
out_end | The end point of the arc |
- Returns
- true if an end point was set, false otherwise.
◆ ShowMiddlePoint()
bool HPS.CircularArcShapeElement.ShowMiddlePoint |
( |
out HPS.ShapePoint |
out_middle | ) |
|
|
inline |
Shows the middle point for this CircularArcShapeElement.
- Parameters
-
out_middle | A point between the start and the end point. The arc passes through this point. |
- Returns
- true if a middle point was set, false otherwise.
◆ ShowStartPoint()
bool HPS.CircularArcShapeElement.ShowStartPoint |
( |
out HPS.ShapePoint |
out_start | ) |
|
|
inline |
Shows the center point for this CircularArcShapeElement.
- Parameters
-
out_start | The start for the arc. |
- Returns
- true if a star point was set, false otherwise.
The documentation for this class was generated from the following file:
- internals/hps_core/source/cs/HPS.CircularArcShapeElement.cs