|
override void | deleteCptr () |
|
override void | deleteCptr () |
|
virtual IntPtr | GetNonDirectorClassID () |
|
The EllipseGlyphElement class is a user space object. It is used to add ellipse elements to glyphs.
◆ EllipseGlyphElement() [1/4]
HPS.EllipseGlyphElement.EllipseGlyphElement |
( |
| ) |
|
|
inline |
◆ EllipseGlyphElement() [2/4]
This constructor creates a EllipseGlyphElement object that contains the same settings as the source GlyphElement. The copy will only be successful if the source glyph element is really an upcast of an ellipse glyph element. Otherwise the copy will fail and the resulting EllipseGlyphElement will be invalid.
- Parameters
-
◆ EllipseGlyphElement() [3/4]
◆ EllipseGlyphElement() [4/4]
This constructor creates a EllipseGlyphElement with the lower left and upper right points for the bounding box which circumscribes the ellipse.
- Parameters
-
in_lower_left | The lower left point for the bounding box which circumscribes the ellipse. |
in_upper_right | The upper right point for the bounding box which circumscribes the ellipse. |
◆ ObjectType()
override HPS.Type HPS.EllipseGlyphElement.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.
◆ SetLowerLeft()
Sets the lower left point for the bounding box which circumscribes the ellipse for this EllipseGlyphElement.
- Parameters
-
in_point | The lower left point for the bounding box which circumscribes the ellipse. |
◆ SetPoints()
Sets the lower left and upper right points for the bounding box which circumscribes the ellipse for this EllipseGlyphElement.
- Parameters
-
in_lower_left | The lower left point for the bounding box which circumscribes the ellipse. |
in_upper_right | The upper right point for the bounding box which circumscribes the ellipse. |
◆ SetUpperRight()
Sets the upper right point for the bounding box which circumscribes the ellipse for this EllipseGlyphElement.
- Parameters
-
in_point | The upper right point for the bounding box which circumscribes the ellipse. |
◆ ShowLowerLeft()
bool HPS.EllipseGlyphElement.ShowLowerLeft |
( |
out HPS.GlyphPoint |
out_point | ) |
|
|
inline |
Shows the lower left point for the bounding box which circumscribes the ellipse for this EllipseGlyphElement.
- Parameters
-
out_point | The lower left point for the bounding box which circumscribes the ellipse. |
- Returns
- true if a lower left point was set, false otherwise.
◆ ShowUpperRight()
bool HPS.EllipseGlyphElement.ShowUpperRight |
( |
out HPS.GlyphPoint |
out_point | ) |
|
|
inline |
Shows the upper right point for the bounding box which circumscribes the ellipse for this EllipseGlyphElement.
- Parameters
-
out_point | The upper right point for the bounding box which circumscribes the ellipse. |
- Returns
- true if an upper right point was set, false otherwise.
The documentation for this class was generated from the following file:
- internals/hps_core/source/cs/HPS.EllipseGlyphElement.cs