CircularArcGlyphElement

class HPS.CircularArcGlyphElement : public HPS.GlyphElement

Public Functions

CircularArcGlyphElement ()
CircularArcGlyphElement (HPS.CircularArcGlyphElement in_that)
CircularArcGlyphElement (HPS.GlyphElement in_that)
CircularArcGlyphElement (HPS.GlyphPoint in_start, HPS.GlyphPoint in_intermediate, HPS.GlyphPoint in_end)
override void Dispose ()
override HPS.Type ObjectType ()
void SetEndPoint (HPS.GlyphPoint in_point)
void SetIntermediatePoint (HPS.GlyphPoint in_point)
void SetPoints (HPS.GlyphPoint in_start, HPS.GlyphPoint in_intermediate, HPS.GlyphPoint in_end)
void SetStartPoint (HPS.GlyphPoint in_point)
bool ShowEndPoint (out HPS.GlyphPoint out_point)
bool ShowIntermediatePoint (out HPS.GlyphPoint out_point)
bool ShowStartPoint (out HPS.GlyphPoint out_point)