|
| CircularArcGlyphElement () |
| The default constructor creates an empty CircularArcGlyphElement object. More...
|
|
| CircularArcGlyphElement (HPS.GlyphElement in_that) |
| This constructor creates a CircularArcGlyphElement object that contains the same settings as the source GlyphElement. More...
|
|
| CircularArcGlyphElement (HPS.CircularArcGlyphElement in_that) |
| This constructor creates a CircularArcGlyphElement object that contains the same settings as the source GlyphElement. More...
|
|
| CircularArcGlyphElement (HPS.GlyphPoint in_start, HPS.GlyphPoint in_intermediate, HPS.GlyphPoint in_end) |
| This constructor creates a CircularArcGlyphElement with the specified start, intermediate, and end points. More...
|
|
override void | Dispose () |
|
override HPS.Type | ObjectType () |
| This function returns the type the object, as declared. More...
|
|
void | SetEndPoint (HPS.GlyphPoint in_point) |
| Sets the end point for the circular arc for this CircularArcGlyphElement. More...
|
|
void | SetIntermediatePoint (HPS.GlyphPoint in_point) |
| Sets the intermediate point for the circular arc for this CircularArcGlyphElement. More...
|
|
void | SetPoints (HPS.GlyphPoint in_start, HPS.GlyphPoint in_intermediate, HPS.GlyphPoint in_end) |
| Sets the start, intermediate, and end points for the circular arc for this CircularArcGlyphElement. More...
|
|
void | SetStartPoint (HPS.GlyphPoint in_point) |
| Sets the start point for the circular arc for this CircularArcGlyphElement. More...
|
|
bool | ShowEndPoint (out HPS.GlyphPoint out_point) |
| Shows the end point for the circular arc for this CircularArcGlyphElement. More...
|
|
bool | ShowIntermediatePoint (out HPS.GlyphPoint out_point) |
| Shows the intermediate point for the circular arc for this CircularArcGlyphElement. More...
|
|
bool | ShowStartPoint (out HPS.GlyphPoint out_point) |
| Shows the start point for the circular arc for this CircularArcGlyphElement. 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. 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 an identifier that can be used to identify which instance of a class an object is. More...
|
|
bool | HasType (HPS.Type in_mask) |
| This function indicates whether this Object has the given Type mask. More...
|
|
| Object (HPS.Object in_that) |
| The move constructor creates an Object by transferring the underlying impl of the rvalue reference to this Object thereby avoiding a copy and allocation. More...
|
|
virtual void | Reset () |
| Resets this object to its initial, uninitialized state. More...
|
|
HPS.Type | Type () |
| This function returns the true type of the underlying object. More...
|
|
The CircularArcGlyphElement class is a user space object.
It is used to add circular arc elements to a glyph.