C# Class SharpVectors.Dom.Svg.SvgCircleElement

The SVGCircleElement interface corresponds to the 'rect' element.
Inheritance: SvgTransformableElement, ISharpGDIPath, ISvgCircleElement, IGraphicsElement
Mostra file Open project: codebutler/savagesvg Class Usage Examples

Public Methods

Method Description
GetGraphicsPath ( ) : GraphicsPath
HandleAttributeChange ( XmlAttribute attribute ) : void
HasExtension ( string extension ) : bool
Invalidate ( ) : void

Private Methods

Method Description
SvgCircleElement ( string prefix, string localname, string ns, SvgDocument doc ) : System

Method Details

GetGraphicsPath() public method

public GetGraphicsPath ( ) : GraphicsPath
return System.Drawing.Drawing2D.GraphicsPath

HandleAttributeChange() public method

public HandleAttributeChange ( XmlAttribute attribute ) : void
attribute System.Xml.XmlAttribute
return void

HasExtension() public method

public HasExtension ( string extension ) : bool
extension string
return bool

Invalidate() public method

public Invalidate ( ) : void
return void