|
override void | deleteCptr () |
|
override void | deleteCptr () |
|
virtual IntPtr | GetNonDirectorClassID () |
|
The EllipticalArcShapeElement class is a user space object. It is used to define elliptical arc elements to make up shapes for text backgrounds.
◆ EllipticalArcShapeElement() [1/6]
HPS.EllipticalArcShapeElement.EllipticalArcShapeElement |
( |
| ) |
|
|
inline |
◆ EllipticalArcShapeElement() [2/6]
HPS.EllipticalArcShapeElement.EllipticalArcShapeElement |
( |
HPS.ShapeElement |
in_that | ) |
|
|
inline |
This constructor creates a EllipticalArcShapeElement 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 an elliptical arc shape element. Otherwise the copy will fail and the resulting EllipticalArcShapeElement will be invalid.
- Parameters
-
◆ EllipticalArcShapeElement() [3/6]
◆ EllipticalArcShapeElement() [4/6]
This constructor creates a EllipticalArcShapeElement with the specified parameters.
- Parameters
-
in_center | The center point of the arc. |
in_major_axis_point | A point defining the major axis of the arc. |
in_minor_axis_point | A point defining the minor axis of the arc. |
in_start | The start of the arc, in degrees. |
in_end | The end of the arc, in degrees. |
◆ EllipticalArcShapeElement() [5/6]
This constructor creates a EllipticalArcShapeElement with the specified parameters.
- Parameters
-
in_center | The center point of the arc. |
in_major_axis_point | A point defining the major axis of the arc. |
in_minor_axis_point | A point defining the minor axis of the arc. |
in_start | The start of the arc, in degrees. |
◆ EllipticalArcShapeElement() [6/6]
This constructor creates a EllipticalArcShapeElement with the specified parameters.
- Parameters
-
in_center | The center point of the arc. |
in_major_axis_point | A point defining the major axis of the arc. |
in_minor_axis_point | A point defining the minor axis of the arc. |
◆ ObjectType()
override HPS.Type HPS.EllipticalArcShapeElement.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()
◆ SetEnd()
◆ SetMajorAxisPoint()
Sets the major axis point for this EllipticalArcShapeElement.
- Parameters
-
in_major_axis_point | A point defining the major axis of the arc. |
◆ SetMinorAxisPoint()
Sets the minor axis point for this EllipticalArcShapeElement.
- Parameters
-
in_minor_axis_point | A point defining the minor axis of the arc. |
◆ SetStart()
◆ ShowCenter()
bool HPS.EllipticalArcShapeElement.ShowCenter |
( |
out HPS.ShapePoint |
out_center | ) |
|
|
inline |
Shows the center point for this EllipticalArcShapeElement.
- Parameters
-
out_center | The center point for the arc. |
- Returns
- true if a center point was set, false otherwise.
◆ ShowEnd()
bool HPS.EllipticalArcShapeElement.ShowEnd |
( |
out float |
out_end | ) |
|
|
inline |
Shows the end point for this EllipticalArcShapeElement.
- Parameters
-
out_end | The ending point of this arc, expressed in degrees |
- Returns
- true if an end point was set, false otherwise.
◆ ShowMajorAxisPoint()
bool HPS.EllipticalArcShapeElement.ShowMajorAxisPoint |
( |
out HPS.ShapePoint |
out_major_axis_point | ) |
|
|
inline |
Shows the major axis point for this EllipticalArcShapeElement.
- Parameters
-
out_major_axis_point | A point defining the major axis of the arc. |
- Returns
- true if a major axis point was set, false otherwise.
◆ ShowMinorAxisPoint()
bool HPS.EllipticalArcShapeElement.ShowMinorAxisPoint |
( |
out HPS.ShapePoint |
out_minor_axis_point | ) |
|
|
inline |
Shows the minor axis point for this EllipticalArcShapeElement.
- Parameters
-
out_minor_axis_point | A point defining the minor axis of the arc. |
- Returns
- true if a minor axis point was set, false otherwise.
◆ ShowStart()
bool HPS.EllipticalArcShapeElement.ShowStart |
( |
out float |
out_start | ) |
|
|
inline |
Shows the start point for this EllipticalArcShapeElement.
- Parameters
-
out_start | The starting point of this arc, expressed in degrees |
- Returns
- true if a start point was set, false otherwise.
The documentation for this class was generated from the following file:
- internals/hps_core/source/cs/HPS.EllipticalArcShapeElement.cs