C# Class SharpVectors.Dom.Svg.SvgPathElement

Inheritance: SvgTransformableElement, ISvgPathElement, ISharpMarkerHost
Mostrar archivo Open project: codebutler/savagesvg Class Usage Examples

Public Methods

Method Description
CreateSvgPathSegArcAbs ( float x, float y, float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag ) : ISvgPathSegArcAbs
CreateSvgPathSegArcRel ( float x, float y, float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag ) : ISvgPathSegArcRel
CreateSvgPathSegClosePath ( ) : ISvgPathSegClosePath
CreateSvgPathSegCurvetoCubicAbs ( float x, float y, float x1, float y1, float x2, float y2 ) : ISvgPathSegCurvetoCubicAbs
CreateSvgPathSegCurvetoCubicRel ( float x, float y, float x1, float y1, float x2, float y2 ) : ISvgPathSegCurvetoCubicRel
CreateSvgPathSegCurvetoCubicSmoothAbs ( float x, float y, float x2, float y2 ) : ISvgPathSegCurvetoCubicSmoothAbs
CreateSvgPathSegCurvetoCubicSmoothRel ( float x, float y, float x2, float y2 ) : ISvgPathSegCurvetoCubicSmoothRel
CreateSvgPathSegCurvetoQuadraticAbs ( float x, float y, float x1, float y1 ) : ISvgPathSegCurvetoQuadraticAbs
CreateSvgPathSegCurvetoQuadraticRel ( float x, float y, float x1, float y1 ) : ISvgPathSegCurvetoQuadraticRel
CreateSvgPathSegCurvetoQuadraticSmoothAbs ( float x, float y ) : ISvgPathSegCurvetoQuadraticSmoothAbs
CreateSvgPathSegCurvetoQuadraticSmoothRel ( float x, float y ) : ISvgPathSegCurvetoQuadraticSmoothRel
CreateSvgPathSegLinetoAbs ( float x, float y ) : ISvgPathSegLinetoAbs
CreateSvgPathSegLinetoHorizontalAbs ( float x ) : ISvgPathSegLinetoHorizontalAbs
CreateSvgPathSegLinetoHorizontalRel ( float x ) : ISvgPathSegLinetoHorizontalRel
CreateSvgPathSegLinetoRel ( float x, float y ) : ISvgPathSegLinetoRel
CreateSvgPathSegLinetoVerticalAbs ( float y ) : ISvgPathSegLinetoVerticalAbs
CreateSvgPathSegLinetoVerticalRel ( float y ) : ISvgPathSegLinetoVerticalRel
CreateSvgPathSegMovetoAbs ( float x, float y ) : ISvgPathSegMovetoAbs
CreateSvgPathSegMovetoRel ( float x, float y ) : ISvgPathSegMovetoRel
GetEndAngle ( int index ) : float
GetGraphicsPath ( ) : GraphicsPath
GetPathSegAtLength ( float distance ) : int
GetPointAtLength ( float distance ) : ISvgPoint
GetStartAngle ( int index ) : float
GetTotalLength ( ) : float
HandleAttributeChange ( XmlAttribute attribute ) : void
HasExtension ( string extension ) : bool
Invalidate ( ) : void

Private Methods

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

Method Details

CreateSvgPathSegArcAbs() public method

public CreateSvgPathSegArcAbs ( float x, float y, float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag ) : ISvgPathSegArcAbs
x float
y float
r1 float
r2 float
angle float
largeArcFlag bool
sweepFlag bool
return ISvgPathSegArcAbs

CreateSvgPathSegArcRel() public method

public CreateSvgPathSegArcRel ( float x, float y, float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag ) : ISvgPathSegArcRel
x float
y float
r1 float
r2 float
angle float
largeArcFlag bool
sweepFlag bool
return ISvgPathSegArcRel

CreateSvgPathSegClosePath() public method

public CreateSvgPathSegClosePath ( ) : ISvgPathSegClosePath
return ISvgPathSegClosePath

CreateSvgPathSegCurvetoCubicAbs() public method

public CreateSvgPathSegCurvetoCubicAbs ( float x, float y, float x1, float y1, float x2, float y2 ) : ISvgPathSegCurvetoCubicAbs
x float
y float
x1 float
y1 float
x2 float
y2 float
return ISvgPathSegCurvetoCubicAbs

CreateSvgPathSegCurvetoCubicRel() public method

public CreateSvgPathSegCurvetoCubicRel ( float x, float y, float x1, float y1, float x2, float y2 ) : ISvgPathSegCurvetoCubicRel
x float
y float
x1 float
y1 float
x2 float
y2 float
return ISvgPathSegCurvetoCubicRel

CreateSvgPathSegCurvetoCubicSmoothAbs() public method

public CreateSvgPathSegCurvetoCubicSmoothAbs ( float x, float y, float x2, float y2 ) : ISvgPathSegCurvetoCubicSmoothAbs
x float
y float
x2 float
y2 float
return ISvgPathSegCurvetoCubicSmoothAbs

CreateSvgPathSegCurvetoCubicSmoothRel() public method

public CreateSvgPathSegCurvetoCubicSmoothRel ( float x, float y, float x2, float y2 ) : ISvgPathSegCurvetoCubicSmoothRel
x float
y float
x2 float
y2 float
return ISvgPathSegCurvetoCubicSmoothRel

CreateSvgPathSegCurvetoQuadraticAbs() public method

public CreateSvgPathSegCurvetoQuadraticAbs ( float x, float y, float x1, float y1 ) : ISvgPathSegCurvetoQuadraticAbs
x float
y float
x1 float
y1 float
return ISvgPathSegCurvetoQuadraticAbs

CreateSvgPathSegCurvetoQuadraticRel() public method

public CreateSvgPathSegCurvetoQuadraticRel ( float x, float y, float x1, float y1 ) : ISvgPathSegCurvetoQuadraticRel
x float
y float
x1 float
y1 float
return ISvgPathSegCurvetoQuadraticRel

CreateSvgPathSegCurvetoQuadraticSmoothAbs() public method

public CreateSvgPathSegCurvetoQuadraticSmoothAbs ( float x, float y ) : ISvgPathSegCurvetoQuadraticSmoothAbs
x float
y float
return ISvgPathSegCurvetoQuadraticSmoothAbs

CreateSvgPathSegCurvetoQuadraticSmoothRel() public method

public CreateSvgPathSegCurvetoQuadraticSmoothRel ( float x, float y ) : ISvgPathSegCurvetoQuadraticSmoothRel
x float
y float
return ISvgPathSegCurvetoQuadraticSmoothRel

CreateSvgPathSegLinetoAbs() public method

public CreateSvgPathSegLinetoAbs ( float x, float y ) : ISvgPathSegLinetoAbs
x float
y float
return ISvgPathSegLinetoAbs

CreateSvgPathSegLinetoHorizontalAbs() public method

public CreateSvgPathSegLinetoHorizontalAbs ( float x ) : ISvgPathSegLinetoHorizontalAbs
x float
return ISvgPathSegLinetoHorizontalAbs

CreateSvgPathSegLinetoHorizontalRel() public method

public CreateSvgPathSegLinetoHorizontalRel ( float x ) : ISvgPathSegLinetoHorizontalRel
x float
return ISvgPathSegLinetoHorizontalRel

CreateSvgPathSegLinetoRel() public method

public CreateSvgPathSegLinetoRel ( float x, float y ) : ISvgPathSegLinetoRel
x float
y float
return ISvgPathSegLinetoRel

CreateSvgPathSegLinetoVerticalAbs() public method

public CreateSvgPathSegLinetoVerticalAbs ( float y ) : ISvgPathSegLinetoVerticalAbs
y float
return ISvgPathSegLinetoVerticalAbs

CreateSvgPathSegLinetoVerticalRel() public method

public CreateSvgPathSegLinetoVerticalRel ( float y ) : ISvgPathSegLinetoVerticalRel
y float
return ISvgPathSegLinetoVerticalRel

CreateSvgPathSegMovetoAbs() public method

public CreateSvgPathSegMovetoAbs ( float x, float y ) : ISvgPathSegMovetoAbs
x float
y float
return ISvgPathSegMovetoAbs

CreateSvgPathSegMovetoRel() public method

public CreateSvgPathSegMovetoRel ( float x, float y ) : ISvgPathSegMovetoRel
x float
y float
return ISvgPathSegMovetoRel

GetEndAngle() public method

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

GetGraphicsPath() public method

public GetGraphicsPath ( ) : GraphicsPath
return GraphicsPath

GetPathSegAtLength() public method

public GetPathSegAtLength ( float distance ) : int
distance float
return int

GetPointAtLength() public method

public GetPointAtLength ( float distance ) : ISvgPoint
distance float
return ISvgPoint

GetStartAngle() public method

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

GetTotalLength() public method

public GetTotalLength ( ) : float
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