|
override void | deleteCptr () |
|
override void | deleteCptr () |
|
virtual IntPtr | GetNonDirectorClassID () |
|
The CircularArcGlyphElement class is a user space object. It is used to add circular arc elements to a glyph.
◆ CircularArcGlyphElement() [1/4]
HPS.CircularArcGlyphElement.CircularArcGlyphElement |
( |
| ) |
|
|
inline |
◆ CircularArcGlyphElement() [2/4]
This constructor creates a CircularArcGlyphElement 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 a circular arc glyph element. Otherwise the copy will fail and the resulting CircularArcGlyphElement will be invalid.
- Parameters
-
◆ CircularArcGlyphElement() [3/4]
◆ CircularArcGlyphElement() [4/4]
This constructor creates a CircularArcGlyphElement with the specified start, intermediate, and end points.
- Parameters
-
in_start | The start point for the circular arc. |
in_intermediate | The intermediate point for the circular arc. |
in_end | The end point for the circular arc. |
◆ ObjectType()
override HPS.Type HPS.CircularArcGlyphElement.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()
void HPS.CircularArcGlyphElement.SetEndPoint |
( |
HPS.GlyphPoint |
in_point | ) |
|
|
inline |
Sets the end point for the circular arc for this CircularArcGlyphElement.
- Parameters
-
in_point | The end point for the circular arc. |
◆ SetIntermediatePoint()
void HPS.CircularArcGlyphElement.SetIntermediatePoint |
( |
HPS.GlyphPoint |
in_point | ) |
|
|
inline |
Sets the intermediate point for the circular arc for this CircularArcGlyphElement.
- Parameters
-
in_point | The intermediate point for the circular arc. |
◆ SetPoints()
◆ SetStartPoint()
void HPS.CircularArcGlyphElement.SetStartPoint |
( |
HPS.GlyphPoint |
in_point | ) |
|
|
inline |
Sets the start point for the circular arc for this CircularArcGlyphElement.
- Parameters
-
in_point | The start point for the circular arc. |
◆ ShowEndPoint()
bool HPS.CircularArcGlyphElement.ShowEndPoint |
( |
out HPS.GlyphPoint |
out_point | ) |
|
|
inline |
Shows the end point for the circular arc for this CircularArcGlyphElement.
- Parameters
-
out_point | The end point for the circular arc. |
- Returns
- true if an end point was set, false otherwise.
◆ ShowIntermediatePoint()
bool HPS.CircularArcGlyphElement.ShowIntermediatePoint |
( |
out HPS.GlyphPoint |
out_point | ) |
|
|
inline |
Shows the intermediate point for the circular arc for this CircularArcGlyphElement.
- Parameters
-
out_point | The intermediate point for the circular arc. |
- Returns
- true if an intermediate point was set, false otherwise.
◆ ShowStartPoint()
bool HPS.CircularArcGlyphElement.ShowStartPoint |
( |
out HPS.GlyphPoint |
out_point | ) |
|
|
inline |
Shows the start point for the circular arc for this CircularArcGlyphElement.
- Parameters
-
out_point | The start point for the circular arc. |
- 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.CircularArcGlyphElement.cs