Méthode | Description | |
---|---|---|
ScriptableSvgPathElement ( object baseObject ) : System | ||
addEventListener ( string type, object listener, bool useCapture ) : void | ||
createSVGPathSegArcAbs ( float x, float y, float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag ) : IScriptableSvgPathSegArcAbs | ||
createSVGPathSegArcRel ( float x, float y, float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag ) : IScriptableSvgPathSegArcRel | ||
createSVGPathSegClosePath ( ) : IScriptableSvgPathSegClosePath | ||
createSVGPathSegCurvetoCubicAbs ( float x, float y, float x1, float y1, float x2, float y2 ) : IScriptableSvgPathSegCurvetoCubicAbs | ||
createSVGPathSegCurvetoCubicRel ( float x, float y, float x1, float y1, float x2, float y2 ) : IScriptableSvgPathSegCurvetoCubicRel | ||
createSVGPathSegCurvetoCubicSmoothAbs ( float x, float y, float x2, float y2 ) : IScriptableSvgPathSegCurvetoCubicSmoothAbs | ||
createSVGPathSegCurvetoCubicSmoothRel ( float x, float y, float x2, float y2 ) : IScriptableSvgPathSegCurvetoCubicSmoothRel | ||
createSVGPathSegCurvetoQuadraticAbs ( float x, float y, float x1, float y1 ) : IScriptableSvgPathSegCurvetoQuadraticAbs | ||
createSVGPathSegCurvetoQuadraticRel ( float x, float y, float x1, float y1 ) : IScriptableSvgPathSegCurvetoQuadraticRel | ||
createSVGPathSegCurvetoQuadraticSmoothAbs ( float x, float y ) : IScriptableSvgPathSegCurvetoQuadraticSmoothAbs | ||
createSVGPathSegCurvetoQuadraticSmoothRel ( float x, float y ) : IScriptableSvgPathSegCurvetoQuadraticSmoothRel | ||
createSVGPathSegLinetoAbs ( float x, float y ) : IScriptableSvgPathSegLinetoAbs | ||
createSVGPathSegLinetoHorizontalAbs ( float x ) : IScriptableSvgPathSegLinetoHorizontalAbs | ||
createSVGPathSegLinetoHorizontalRel ( float x ) : IScriptableSvgPathSegLinetoHorizontalRel | ||
createSVGPathSegLinetoRel ( float x, float y ) : IScriptableSvgPathSegLinetoRel | ||
createSVGPathSegLinetoVerticalAbs ( float y ) : IScriptableSvgPathSegLinetoVerticalAbs | ||
createSVGPathSegLinetoVerticalRel ( float y ) : IScriptableSvgPathSegLinetoVerticalRel | ||
createSVGPathSegMovetoAbs ( float x, float y ) : IScriptableSvgPathSegMovetoAbs | ||
createSVGPathSegMovetoRel ( float x, float y ) : IScriptableSvgPathSegMovetoRel | ||
dispatchEvent ( IScriptableEvent evt ) : bool | ||
getBBox ( ) : IScriptableSvgRect | ||
getCTM ( ) : IScriptableSvgMatrix | ||
getPathSegAtLength ( float distance ) : ulong | ||
getPointAtLength ( float distance ) : IScriptableSvgPoint | ||
getPresentationAttribute ( string name ) : IScriptableCssValue | ||
getScreenCTM ( ) : IScriptableSvgMatrix | ||
getTotalLength ( ) : float | ||
getTransformToElement ( IScriptableSvgElement element ) : IScriptableSvgMatrix | ||
hasExtension ( string extension ) : bool | ||
removeEventListener ( string type, object listener, bool useCapture ) : void |
public ScriptableSvgPathElement ( object baseObject ) : System | ||
baseObject | object | |
Résultat | System |
public addEventListener ( string type, object listener, bool useCapture ) : void | ||
type | string | |
listener | object | |
useCapture | bool | |
Résultat | void |
public createSVGPathSegArcAbs ( float x, float y, float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag ) : IScriptableSvgPathSegArcAbs | ||
x | float | |
y | float | |
r1 | float | |
r2 | float | |
angle | float | |
largeArcFlag | bool | |
sweepFlag | bool | |
Résultat | IScriptableSvgPathSegArcAbs |
public createSVGPathSegArcRel ( float x, float y, float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag ) : IScriptableSvgPathSegArcRel | ||
x | float | |
y | float | |
r1 | float | |
r2 | float | |
angle | float | |
largeArcFlag | bool | |
sweepFlag | bool | |
Résultat | IScriptableSvgPathSegArcRel |
public createSVGPathSegClosePath ( ) : IScriptableSvgPathSegClosePath | ||
Résultat | IScriptableSvgPathSegClosePath |
public createSVGPathSegCurvetoCubicAbs ( float x, float y, float x1, float y1, float x2, float y2 ) : IScriptableSvgPathSegCurvetoCubicAbs | ||
x | float | |
y | float | |
x1 | float | |
y1 | float | |
x2 | float | |
y2 | float | |
Résultat | IScriptableSvgPathSegCurvetoCubicAbs |
public createSVGPathSegCurvetoCubicRel ( float x, float y, float x1, float y1, float x2, float y2 ) : IScriptableSvgPathSegCurvetoCubicRel | ||
x | float | |
y | float | |
x1 | float | |
y1 | float | |
x2 | float | |
y2 | float | |
Résultat | IScriptableSvgPathSegCurvetoCubicRel |
public createSVGPathSegCurvetoCubicSmoothAbs ( float x, float y, float x2, float y2 ) : IScriptableSvgPathSegCurvetoCubicSmoothAbs | ||
x | float | |
y | float | |
x2 | float | |
y2 | float | |
Résultat | IScriptableSvgPathSegCurvetoCubicSmoothAbs |
public createSVGPathSegCurvetoCubicSmoothRel ( float x, float y, float x2, float y2 ) : IScriptableSvgPathSegCurvetoCubicSmoothRel | ||
x | float | |
y | float | |
x2 | float | |
y2 | float | |
Résultat | IScriptableSvgPathSegCurvetoCubicSmoothRel |
public createSVGPathSegCurvetoQuadraticAbs ( float x, float y, float x1, float y1 ) : IScriptableSvgPathSegCurvetoQuadraticAbs | ||
x | float | |
y | float | |
x1 | float | |
y1 | float | |
Résultat | IScriptableSvgPathSegCurvetoQuadraticAbs |
public createSVGPathSegCurvetoQuadraticRel ( float x, float y, float x1, float y1 ) : IScriptableSvgPathSegCurvetoQuadraticRel | ||
x | float | |
y | float | |
x1 | float | |
y1 | float | |
Résultat | IScriptableSvgPathSegCurvetoQuadraticRel |
public createSVGPathSegCurvetoQuadraticSmoothAbs ( float x, float y ) : IScriptableSvgPathSegCurvetoQuadraticSmoothAbs | ||
x | float | |
y | float | |
Résultat | IScriptableSvgPathSegCurvetoQuadraticSmoothAbs |
public createSVGPathSegCurvetoQuadraticSmoothRel ( float x, float y ) : IScriptableSvgPathSegCurvetoQuadraticSmoothRel | ||
x | float | |
y | float | |
Résultat | IScriptableSvgPathSegCurvetoQuadraticSmoothRel |
public createSVGPathSegLinetoAbs ( float x, float y ) : IScriptableSvgPathSegLinetoAbs | ||
x | float | |
y | float | |
Résultat | IScriptableSvgPathSegLinetoAbs |
public createSVGPathSegLinetoHorizontalAbs ( float x ) : IScriptableSvgPathSegLinetoHorizontalAbs | ||
x | float | |
Résultat | IScriptableSvgPathSegLinetoHorizontalAbs |
public createSVGPathSegLinetoHorizontalRel ( float x ) : IScriptableSvgPathSegLinetoHorizontalRel | ||
x | float | |
Résultat | IScriptableSvgPathSegLinetoHorizontalRel |
public createSVGPathSegLinetoRel ( float x, float y ) : IScriptableSvgPathSegLinetoRel | ||
x | float | |
y | float | |
Résultat | IScriptableSvgPathSegLinetoRel |
public createSVGPathSegLinetoVerticalAbs ( float y ) : IScriptableSvgPathSegLinetoVerticalAbs | ||
y | float | |
Résultat | IScriptableSvgPathSegLinetoVerticalAbs |
public createSVGPathSegLinetoVerticalRel ( float y ) : IScriptableSvgPathSegLinetoVerticalRel | ||
y | float | |
Résultat | IScriptableSvgPathSegLinetoVerticalRel |
public createSVGPathSegMovetoAbs ( float x, float y ) : IScriptableSvgPathSegMovetoAbs | ||
x | float | |
y | float | |
Résultat | IScriptableSvgPathSegMovetoAbs |
public createSVGPathSegMovetoRel ( float x, float y ) : IScriptableSvgPathSegMovetoRel | ||
x | float | |
y | float | |
Résultat | IScriptableSvgPathSegMovetoRel |
public dispatchEvent ( IScriptableEvent evt ) : bool | ||
evt | IScriptableEvent | |
Résultat | bool |
public getPathSegAtLength ( float distance ) : ulong | ||
distance | float | |
Résultat | ulong |
public getPointAtLength ( float distance ) : IScriptableSvgPoint | ||
distance | float | |
Résultat | IScriptableSvgPoint |
public getPresentationAttribute ( string name ) : IScriptableCssValue | ||
name | string | |
Résultat | IScriptableCssValue |
public getScreenCTM ( ) : IScriptableSvgMatrix | ||
Résultat | IScriptableSvgMatrix |
public getTransformToElement ( IScriptableSvgElement element ) : IScriptableSvgMatrix | ||
element | IScriptableSvgElement | |
Résultat | IScriptableSvgMatrix |
public hasExtension ( string extension ) : bool | ||
extension | string | |
Résultat | bool |
public removeEventListener ( string type, object listener, bool useCapture ) : void | ||
type | string | |
listener | object | |
useCapture | bool | |
Résultat | void |