|
override void | deleteCptr () |
|
override void | deleteCptr () |
|
virtual IntPtr | GetNonDirectorClassID () |
|
The CircleShapeElement class is a user space object. It is used to define circle elements to make up shapes for text backgrounds.
◆ CircleShapeElement() [1/4]
HPS.CircleShapeElement.CircleShapeElement |
( |
| ) |
|
|
inline |
◆ CircleShapeElement() [2/4]
This constructor creates a CircleShapeElement 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 circle shape element. Otherwise the copy will fail and the resulting CircleShapeElement will be invalid.
- Parameters
-
◆ CircleShapeElement() [3/4]
◆ CircleShapeElement() [4/4]
This constructor creates a CircleShapeElement with the specified center and radius points.
- Parameters
-
in_center | The center point of the circle. |
in_radius | The radius of the circle. |
◆ ObjectType()
override HPS.Type HPS.CircleShapeElement.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.
◆ SetCenter()
Sets the center point for this CircleShapeElement.
- Parameters
-
in_center | The center point of the circle. |
◆ SetRadius()
Sets the radius point for this CircleShapeElement.
- Parameters
-
in_radius | The radius point of the circle. |
◆ ShowCenter()
bool HPS.CircleShapeElement.ShowCenter |
( |
out HPS.ShapePoint |
out_center | ) |
|
|
inline |
Shows the center point for this CircleShapeElement.
- Parameters
-
out_center | The center point for the circle. |
- Returns
- true if a center point was set, false otherwise.
◆ ShowRadius()
bool HPS.CircleShapeElement.ShowRadius |
( |
out HPS.ShapePoint |
out_radius | ) |
|
|
inline |
Shows the radius point for this CircleShapeElement.
- Parameters
-
out_radius | The radius point for the circle. |
- Returns
- true if a radius was set, false otherwise.
The documentation for this class was generated from the following file:
- internals/hps_core/source/cs/HPS.CircleShapeElement.cs