|
override void | deleteCptr () |
|
virtual IntPtr | GetNonDirectorClassID () |
|
The InfiniteLineGlyphElement class is a user space object. It is used to add infinite line and ray elements to a glyph.
◆ InfiniteLineGlyphElement() [1/5]
HPS.InfiniteLineGlyphElement.InfiniteLineGlyphElement |
( |
| ) |
|
|
inline |
◆ InfiniteLineGlyphElement() [2/5]
HPS.InfiniteLineGlyphElement.InfiniteLineGlyphElement |
( |
HPS.GlyphElement |
in_that | ) |
|
|
inline |
This constructor creates a InfiniteLineGlyphElement 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 infinite line glyph element. Otherwise the copy will fail and the resulting InfiniteLineGlyphElement will be invalid.
- Parameters
-
◆ InfiniteLineGlyphElement() [3/5]
◆ InfiniteLineGlyphElement() [4/5]
◆ InfiniteLineGlyphElement() [5/5]
◆ ObjectType()
override HPS.Type HPS.InfiniteLineGlyphElement.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.GlyphElement.
◆ SetFirstPoint()
void HPS.InfiniteLineGlyphElement.SetFirstPoint |
( |
HPS.GlyphPoint |
in_point | ) |
|
|
inline |
Sets the first point for the vector defining the infinite line or ray for this InfiniteLineGlyphElement.
- Parameters
-
in_point | The first point for the vector defining the infinite line or ray. |
◆ SetInfiniteType()
◆ SetPoints()
Sets the points for the vector defining the infinite line or ray for this InfiniteLineGlyphElement.
- Parameters
-
in_first | The first point for the vector defining the infinite line or ray. |
in_second | The second point for the vector defining the infinite line or ray. |
◆ SetSecondPoint()
void HPS.InfiniteLineGlyphElement.SetSecondPoint |
( |
HPS.GlyphPoint |
in_point | ) |
|
|
inline |
Sets the second point for the vector defining the infinite line or ray for this InfiniteLineGlyphElement.
- Parameters
-
in_point | The second point for the vector defining the infinite line or ray. |
◆ ShowFirstPoint()
bool HPS.InfiniteLineGlyphElement.ShowFirstPoint |
( |
out HPS.GlyphPoint |
out_point | ) |
|
|
inline |
Shows the first point for the vector defining the infinite line or ray for this InfiniteLineGlyphElement.
- Parameters
-
out_point | The first point for the vector defining the infinite line or ray. |
- Returns
- true if a first point was set, false otherwise.
◆ ShowInfiniteType()
◆ ShowSecondPoint()
bool HPS.InfiniteLineGlyphElement.ShowSecondPoint |
( |
out HPS.GlyphPoint |
out_point | ) |
|
|
inline |
Shows the second point for the vector defining the infinite line or ray for this InfiniteLineGlyphElement.
- Parameters
-
out_point | The second point for the vector defining the infinite line or ray. |
- Returns
- true if a second point was set, false otherwise.
The documentation for this class was generated from the following file:
- internals/hps_core/source/cs/HPS.InfiniteLineGlyphElement.cs