
Public Member Functions | |
override void | Dispose () |
DotGlyphElement () | |
DotGlyphElement (HPS.GlyphElement in_that) | |
DotGlyphElement (HPS.DotGlyphElement in_that) | |
DotGlyphElement (HPS.GlyphPoint in_point) | |
override HPS.Type | ObjectType () |
void | SetPoint (HPS.GlyphPoint in_point) |
bool | ShowPoint (out HPS.GlyphPoint out_point) |
![]() | |
override void | Dispose () |
override bool | Equals (System.Object obj) |
bool | Equals (HPS.GlyphElement in_that) |
override int | GetHashCode () |
GlyphElement () | |
GlyphElement (HPS.GlyphElement in_that) | |
override HPS.Type | ObjectType () |
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 () |
![]() | |
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 DotGlyphElement class is a user space object. It is used to dot elements to glyphs.
Constructor & Destructor Documentation
◆ DotGlyphElement() [1/4]
|
inline |
The default constructor creates an empty DotGlyphElement object.
◆ DotGlyphElement() [2/4]
|
inline |
This constructor creates a DotGlyphElement 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 dot glyph element. Otherwise the copy will fail and the resulting DotGlyphElement will be invalid.
- Parameters
-
in_that The source GlyphElement to copy.
◆ DotGlyphElement() [3/4]
|
inline |
The copy constructor creates a new DotGlyphElement object that contains the same settings as the source DotGlyphElement.
- Parameters
-
in_that The source DotGlyphElement to copy.
◆ DotGlyphElement() [4/4]
|
inline |
This constructor creates a DotGlyphElement with the specified point.
- Parameters
-
in_point The point for the dot.
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.Object.
◆ SetPoint()
|
inline |
Sets the point for this DotGlyphElement.
- Parameters
-
in_point The point for the dot.
◆ ShowPoint()
|
inline |
Shows the point for this DotGlyphElement.
- Parameters
-
out_point The point for the dot.
- Returns
- true if a point was set, false otherwise.
The documentation for this class was generated from the following file:
- internals/hps_core/source/cs/HPS.DotGlyphElement.cs