|
override void | deleteCptr () |
|
override void | deleteCptr () |
|
virtual IntPtr | GetNonDirectorClassID () |
|
The EllipseShapeElement class is a user space object. It is used to define ellipse elements to make up shapes for text backgrounds.
◆ EllipseShapeElement() [1/4]
HPS.EllipseShapeElement.EllipseShapeElement |
( |
| ) |
|
|
inline |
◆ EllipseShapeElement() [2/4]
This constructor creates a EllipseShapeElement 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 ellipse shape element. Otherwise the copy will fail and the resulting EllipseShapeElement will be invalid.
- Parameters
-
◆ EllipseShapeElement() [3/4]
◆ EllipseShapeElement() [4/4]
This constructor creates a EllipseShapeElement with the specified point array.
- Parameters
-
in_center | The center of the ellipse. |
in_major_axis_point | A point defining the major axis of the ellipse |
in_minor_axis_point | A point defining the minor axis of the ellipse. |
◆ ObjectType()
override HPS.Type HPS.EllipseShapeElement.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 points for this EllipseShapeElement.
- Parameters
-
in_center | The center point of the ellipse. |
◆ SetMajorAxisPoint()
Sets a point on the major axis for this EllipseShapeElement.
- Parameters
-
in_major_axis_point | The point on the major axis of the ellipse. |
◆ SetMinorAxisPoint()
Sets a point on the minor axis for this EllipseShapeElement.
- Parameters
-
in_minor_axis_point | The point on the minor axis of the ellipse. |
◆ ShowCenter()
bool HPS.EllipseShapeElement.ShowCenter |
( |
out HPS.ShapePoint |
out_center | ) |
|
|
inline |
Shows the center point for this EllipseShapeElement.
- Parameters
-
out_center | The center point for the ellipse. |
- Returns
- true if a center point was set, false otherwise.
◆ ShowMajorAxisPoint()
bool HPS.EllipseShapeElement.ShowMajorAxisPoint |
( |
out HPS.ShapePoint |
out_major_axis_point | ) |
|
|
inline |
Shows the major axis point for this EllipseShapeElement.
- Parameters
-
out_major_axis_point | The major axis point for the ellipse. |
- Returns
- true if a major axis point was set, false otherwise.
◆ ShowMinorAxisPoint()
bool HPS.EllipseShapeElement.ShowMinorAxisPoint |
( |
out HPS.ShapePoint |
out_minor_axis_point | ) |
|
|
inline |
Shows the minor axis point for this EllipseShapeElement.
- Parameters
-
out_minor_axis_point | The minor axis point for the ellipse. |
- Returns
- true if a minor axis point was set, false otherwise.
The documentation for this class was generated from the following file:
- internals/hps_core/source/cs/HPS.EllipseShapeElement.cs