Méthode | 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 ( |
||
HasExtension ( string extension ) : bool | ||
Invalidate ( ) : void |
Méthode | Description | |
---|---|---|
SvgPathElement ( string prefix, string localname, string ns, |
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 | |
Résultat | ISvgPathSegArcAbs |
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 | |
Résultat | ISvgPathSegArcRel |
public CreateSvgPathSegClosePath ( ) : ISvgPathSegClosePath | ||
Résultat | ISvgPathSegClosePath |
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 | |
Résultat | ISvgPathSegCurvetoCubicAbs |
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 | |
Résultat | ISvgPathSegCurvetoCubicRel |
public CreateSvgPathSegCurvetoCubicSmoothAbs ( float x, float y, float x2, float y2 ) : ISvgPathSegCurvetoCubicSmoothAbs | ||
x | float | |
y | float | |
x2 | float | |
y2 | float | |
Résultat | ISvgPathSegCurvetoCubicSmoothAbs |
public CreateSvgPathSegCurvetoCubicSmoothRel ( float x, float y, float x2, float y2 ) : ISvgPathSegCurvetoCubicSmoothRel | ||
x | float | |
y | float | |
x2 | float | |
y2 | float | |
Résultat | ISvgPathSegCurvetoCubicSmoothRel |
public CreateSvgPathSegCurvetoQuadraticAbs ( float x, float y, float x1, float y1 ) : ISvgPathSegCurvetoQuadraticAbs | ||
x | float | |
y | float | |
x1 | float | |
y1 | float | |
Résultat | ISvgPathSegCurvetoQuadraticAbs |
public CreateSvgPathSegCurvetoQuadraticRel ( float x, float y, float x1, float y1 ) : ISvgPathSegCurvetoQuadraticRel | ||
x | float | |
y | float | |
x1 | float | |
y1 | float | |
Résultat | ISvgPathSegCurvetoQuadraticRel |
public CreateSvgPathSegCurvetoQuadraticSmoothAbs ( float x, float y ) : ISvgPathSegCurvetoQuadraticSmoothAbs | ||
x | float | |
y | float | |
Résultat | ISvgPathSegCurvetoQuadraticSmoothAbs |
public CreateSvgPathSegCurvetoQuadraticSmoothRel ( float x, float y ) : ISvgPathSegCurvetoQuadraticSmoothRel | ||
x | float | |
y | float | |
Résultat | ISvgPathSegCurvetoQuadraticSmoothRel |
public CreateSvgPathSegLinetoAbs ( float x, float y ) : ISvgPathSegLinetoAbs | ||
x | float | |
y | float | |
Résultat | ISvgPathSegLinetoAbs |
public CreateSvgPathSegLinetoHorizontalAbs ( float x ) : ISvgPathSegLinetoHorizontalAbs | ||
x | float | |
Résultat | ISvgPathSegLinetoHorizontalAbs |
public CreateSvgPathSegLinetoHorizontalRel ( float x ) : ISvgPathSegLinetoHorizontalRel | ||
x | float | |
Résultat | ISvgPathSegLinetoHorizontalRel |
public CreateSvgPathSegLinetoRel ( float x, float y ) : ISvgPathSegLinetoRel | ||
x | float | |
y | float | |
Résultat | ISvgPathSegLinetoRel |
public CreateSvgPathSegLinetoVerticalAbs ( float y ) : ISvgPathSegLinetoVerticalAbs | ||
y | float | |
Résultat | ISvgPathSegLinetoVerticalAbs |
public CreateSvgPathSegLinetoVerticalRel ( float y ) : ISvgPathSegLinetoVerticalRel | ||
y | float | |
Résultat | ISvgPathSegLinetoVerticalRel |
public CreateSvgPathSegMovetoAbs ( float x, float y ) : ISvgPathSegMovetoAbs | ||
x | float | |
y | float | |
Résultat | ISvgPathSegMovetoAbs |
public CreateSvgPathSegMovetoRel ( float x, float y ) : ISvgPathSegMovetoRel | ||
x | float | |
y | float | |
Résultat | ISvgPathSegMovetoRel |
public GetPathSegAtLength ( float distance ) : int | ||
distance | float | |
Résultat | int |
public GetPointAtLength ( float distance ) : ISvgPoint | ||
distance | float | |
Résultat | ISvgPoint |
public HandleAttributeChange ( |
||
attribute | ||
Résultat | void |
public HasExtension ( string extension ) : bool | ||
extension | string | |
Résultat | bool |