C# Class SharpVectors.Dom.Svg.SvgLineElement

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

Public Methods

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

Private Methods

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

Method Details

GetEndAngle() public method

public GetEndAngle ( int index ) : float
index int
return float

GetGraphicsPath() public method

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

GetStartAngle() public method

public GetStartAngle ( int index ) : float
index int
return float

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