
Public Member Functions | |
override void | Dispose () |
LineGlyphElement () | |
LineGlyphElement (HPS.GlyphElement in_that) | |
LineGlyphElement (HPS.LineGlyphElement in_that) | |
LineGlyphElement (HPS.GlyphPoint[] in_points) | |
override HPS.Type | ObjectType () |
void | SetPoints (HPS.GlyphPoint[] in_points) |
bool | ShowPoints (out HPS.GlyphPoint[] out_points) |
![]() | |
override bool | Equals (System.Object obj) |
bool | Equals (HPS.GlyphElement in_that) |
override int | GetHashCode () |
GlyphElement () | |
GlyphElement (HPS.GlyphElement in_that) | |
void | Set (HPS.GlyphElement in_that) |
void | SetExplicitColor (HPS.RGBAColor in_color) |
void | SetFill (HPS.Glyph.Fill in_fill) |
void | SetIndexedColor (byte in_index) |
void | SetNormalColor () |
bool | ShowColor (out HPS.Glyph.ColorSource out_source, out byte out_index, out HPS.RGBAColor out_color) |
bool | ShowFill (out HPS.Glyph.Fill out_fill) |
![]() | |
virtual bool | Empty () |
IntPtr | GetClassID () |
IntPtr | GetInstanceID () |
bool | HasType (HPS.Type in_mask) |
Object (HPS.Object that) | |
virtual void | Reset () |
virtual HPS.Type | Type () |
Protected Member Functions | |
override void | deleteCptr () |
![]() | |
virtual IntPtr | GetNonDirectorClassID () |
Additional Inherited Members | |
![]() | |
static bool | operator!= (HPS.GlyphElement a, HPS.GlyphElement b) |
static bool | operator== (HPS.GlyphElement a, HPS.GlyphElement b) |
![]() | |
static IntPtr | ClassID< T > () |
![]() | |
bool | cMemOwn |
HandleRef | cptr |
Detailed Description
The LineGlyphElement class is a user space object.
Constructor & Destructor Documentation
◆ LineGlyphElement() [1/4]
|
inline |
The default constructor creates an empty LineGlyphElement object.
◆ LineGlyphElement() [2/4]
|
inline |
This constructor creates a LineGlyphElement 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 line glyph element. Otherwise the copy will fail and the resulting LineGlyphElement will be invalid.
- Parameters
-
in_that The source GlyphElement to copy.
◆ LineGlyphElement() [3/4]
|
inline |
The copy constructor creates a new LineGlyphElement object that contains the same settings as the source LineGlyphElement.
- Parameters
-
in_that The source LineGlyphElement to copy.
◆ LineGlyphElement() [4/4]
|
inline |
This constructor creates a LineGlyphElement with the specified point array.
- Parameters
-
in_points The points for the line.
Member Function Documentation
◆ 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.
◆ SetPoints()
|
inline |
Sets the points for this LineGlyphElement.
- Parameters
-
in_points The points for the line.
◆ ShowPoints()
|
inline |
Shows the points for this LineGlyphElement.
- Parameters
-
out_points The points for the line.
- Returns
- true if points were set, false otherwise.
The documentation for this class was generated from the following file:
- internals/hps_core/source/cs/HPS.LineGlyphElement.cs