C# Class SharpVectors.Dom.Svg.SvgCircleElement

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

Méthodes publiques

Méthode Description
GetGraphicsPath ( ) : GraphicsPath
HandleAttributeChange ( XmlAttribute attribute ) : void
HasExtension ( string extension ) : bool
Invalidate ( ) : void

Private Methods

Méthode Description
SvgCircleElement ( string prefix, string localname, string ns, SvgDocument doc ) : System

Method Details

GetGraphicsPath() public méthode

public GetGraphicsPath ( ) : GraphicsPath
Résultat System.Drawing.Drawing2D.GraphicsPath

HandleAttributeChange() public méthode

public HandleAttributeChange ( XmlAttribute attribute ) : void
attribute System.Xml.XmlAttribute
Résultat void

HasExtension() public méthode

public HasExtension ( string extension ) : bool
extension string
Résultat bool

Invalidate() public méthode

public Invalidate ( ) : void
Résultat void