More...
|
override void | Dispose () |
|
| DotGlyphElement () |
| The default constructor creates an empty DotGlyphElement object. More...
|
|
| DotGlyphElement (HPS.GlyphElement in_that) |
| 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. More...
|
|
| DotGlyphElement (HPS.DotGlyphElement in_that) |
| The copy constructor creates a new DotGlyphElement object that contains the same settings as the source DotGlyphElement. More...
|
|
| DotGlyphElement (HPS.GlyphPoint in_point) |
| This constructor creates a DotGlyphElement with the specified point. More...
|
|
override HPS.Type | ObjectType () |
| 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). More...
|
|
void | SetPoint (HPS.GlyphPoint in_point) |
| Sets the point for this DotGlyphElement. More...
|
|
bool | ShowPoint (out HPS.GlyphPoint out_point) |
| Shows the point for this DotGlyphElement. More...
|
|
override void | Dispose () |
|
override bool | Equals (System.Object obj) |
|
bool | Equals (HPS.GlyphElement in_that) |
| Check if the source GlyphElement is equivalent to this GlyphElement. More...
|
|
override int | GetHashCode () |
|
| GlyphElement () |
| The default constructor creates an empty GlyphElement object. More...
|
|
| GlyphElement (HPS.GlyphElement in_that) |
| The copy constructor creates a new GlyphElement object that contains the same settings as the source GlyphElement. More...
|
|
override HPS.Type | ObjectType () |
| 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). More...
|
|
void | Set (HPS.GlyphElement in_that) |
| Copies the source GlyphElement into this GlyphElement. More...
|
|
void | SetExplicitColor (HPS.RGBAColor in_color) |
| Sets the RGBA color for this GlyphElement. More...
|
|
void | SetFill (HPS.Glyph.Fill in_fill) |
| Sets the fill mode for this GlyphElement. More...
|
|
void | SetIndexedColor (byte in_index) |
| Sets the color index for this GlyphElement. More...
|
|
void | SetNormalColor () |
| Sets that this GlyphElement should inherit the color of the owning geometry which uses the glyph. More...
|
|
bool | ShowColor (out HPS.Glyph.ColorSource out_source, out byte out_index, out HPS.RGBAColor out_color) |
| Shows the color for this GlyphElement. More...
|
|
bool | ShowFill (out HPS.Glyph.Fill out_fill) |
| Shows the fill mode for this GlyphElement. More...
|
|
virtual bool | Empty () |
| Indicates whether this object has any values set on it. More...
|
|
IntPtr | GetClassID () |
|
IntPtr | GetInstanceID () |
| Returns the object's database handle, which can be used to determine which instance of a class the object is. For example, controls are simply aliases for segment keys that group related functions. Therefore, a SegmentKey and all of its controls would return the same instance id. Different keys and controls will return the same value if they are backed by the same database resource. More...
|
|
bool | HasType (HPS.Type in_mask) |
| This function indicates whether this Object has the given Type mask. More...
|
|
| Object (HPS.Object that) |
|
virtual void | Reset () |
| Resets this object to its initial, uninitialized state. More...
|
|
virtual HPS.Type | Type () |
| This function returns the true type of the underlying object. This function is useful for finding the type of smart pointer objects that have been cast to more generic types. More...
|
|
|
override void | deleteCptr () |
|
override void | deleteCptr () |
|
virtual IntPtr | GetNonDirectorClassID () |
|
The DotGlyphElement class is a user space object. It is used to dot elements to glyphs.
◆ DotGlyphElement() [1/4]
HPS.DotGlyphElement.DotGlyphElement |
( |
| ) |
|
|
inline |
◆ DotGlyphElement() [2/4]
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
-
◆ DotGlyphElement() [3/4]
◆ DotGlyphElement() [4/4]
This constructor creates a DotGlyphElement with the specified point.
- Parameters
-
in_point | The point for the dot. |
◆ ObjectType()
override HPS.Type HPS.DotGlyphElement.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()
Sets the point for this DotGlyphElement.
- Parameters
-
in_point | The point for the dot. |
◆ ShowPoint()
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