DotGlyphElement
- class HPS.DotGlyphElement : public HPS.GlyphElement
The DotGlyphElement class is a user space object. It is used to dot elements to glyphs.
Public Functions
- override void Dispose ()
- DotGlyphElement ()
The default constructor creates an empty DotGlyphElement object.
- DotGlyphElement (HPS.DotGlyphElement in_that)
The copy constructor creates a new DotGlyphElement object that contains the same settings as the source DotGlyphElement.
- Param in_that
The source DotGlyphElement to copy.
- 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.
- Param in_that
The source GlyphElement to copy.
- DotGlyphElement (HPS.GlyphPoint in_point)
This constructor creates a DotGlyphElement with the specified point.
- Param in_point
The point for the dot.
- 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).
- Return
The declared type of the object in question, which may differ from the true, underlying type.
- void SetPoint (HPS.GlyphPoint in_point)
Sets the point for this DotGlyphElement.
- Param in_point
The point for the dot.
- bool ShowPoint (out HPS.GlyphPoint out_point)
Shows the point for this DotGlyphElement.
- Param out_point
The point for the dot.
- Return
true if a point was set, false otherwise.