C# Class SharpVectors.Dom.Svg.SvgLineElement

The SVGLineElement interface corresponds to the 'line' element.
Inheritance: SvgTransformableElement, ISharpGDIPath, ISvgLineElement, ISharpMarkerHost, IGraphicsElement
Afficher le fichier Open project: codebutler/savagesvg Class Usage Examples

Méthodes publiques

Méthode Description
GetEndAngle ( int index ) : float
GetGraphicsPath ( ) : GraphicsPath
GetStartAngle ( int index ) : float
HandleAttributeChange ( XmlAttribute attribute ) : void
HasExtension ( string extension ) : bool
Invalidate ( ) : void

Private Methods

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

Method Details

GetEndAngle() public méthode

public GetEndAngle ( int index ) : float
index int
Résultat float

GetGraphicsPath() public méthode

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

GetStartAngle() public méthode

public GetStartAngle ( int index ) : float
index int
Résultat float

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