Property | Type | Description | |
---|---|---|---|
fillRule | SVGFillRule |
Method | Description | |
---|---|---|
Add ( SVGCircleElement, circleElement ) : void | ||
Add ( SVGEllipseElement, ellipseElement ) : void | ||
Add ( SVGPolygonElement, polygonElement ) : void | ||
Add ( SVGPolylineElement, polylineElement ) : void | ||
Add ( SVGRectElement, rectElement ) : void | ||
AddArcTo ( float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag, Vector2 p ) : void | ||
AddCircleTo ( Vector2 p, float r ) : void | ||
AddCubicCurveTo ( Vector2 p1, Vector2 p2, Vector2 p ) : void | ||
AddEllipseTo ( Vector2 p, float r1, float r2, float angle ) : void | ||
AddLineTo ( Vector2 p ) : void | ||
AddMoveTo ( Vector2 p ) : void | ||
AddQuadraticCurveTo ( Vector2 p1, Vector2 p ) : void | ||
ExpandBounds ( List |
||
ExpandBounds ( Vector2 point ) : void | ||
ExpandBounds ( Vector2 point, float deltax, float deltay ) : void | ||
ExpandBounds ( float x, float y ) : void | ||
GetBound ( ) : Rect | ||
RenderPath ( ISVGPathDraw pathDraw, bool isClose ) : void | ||
Reset ( ) : void | ||
SVGGraphicsPath ( ) : System.Collections.Generic |
Method | Description | |
---|---|---|
ExpandBounds ( float x, float y, float dx, float dy ) : void | ||
SetFirstPoint ( Vector2 p ) : void |
public Add ( SVGCircleElement, circleElement ) : void | ||
circleElement | SVGCircleElement, | |
return | void |
public Add ( SVGEllipseElement, ellipseElement ) : void | ||
ellipseElement | SVGEllipseElement, | |
return | void |
public Add ( SVGPolygonElement, polygonElement ) : void | ||
polygonElement | SVGPolygonElement, | |
return | void |
public Add ( SVGPolylineElement, polylineElement ) : void | ||
polylineElement | SVGPolylineElement, | |
return | void |
public Add ( SVGRectElement, rectElement ) : void | ||
rectElement | SVGRectElement, | |
return | void |
public AddArcTo ( float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag, Vector2 p ) : void | ||
r1 | float | |
r2 | float | |
angle | float | |
largeArcFlag | bool | |
sweepFlag | bool | |
p | Vector2 | |
return | void |
public AddCircleTo ( Vector2 p, float r ) : void | ||
p | Vector2 | |
r | float | |
return | void |
public AddCubicCurveTo ( Vector2 p1, Vector2 p2, Vector2 p ) : void | ||
p1 | Vector2 | |
p2 | Vector2 | |
p | Vector2 | |
return | void |
public AddEllipseTo ( Vector2 p, float r1, float r2, float angle ) : void | ||
p | Vector2 | |
r1 | float | |
r2 | float | |
angle | float | |
return | void |
public AddQuadraticCurveTo ( Vector2 p1, Vector2 p ) : void | ||
p1 | Vector2 | |
p | Vector2 | |
return | void |
public ExpandBounds ( Vector2 point, float deltax, float deltay ) : void | ||
point | Vector2 | |
deltax | float | |
deltay | float | |
return | void |
public ExpandBounds ( float x, float y ) : void | ||
x | float | |
y | float | |
return | void |
public RenderPath ( ISVGPathDraw pathDraw, bool isClose ) : void | ||
pathDraw | ISVGPathDraw | |
isClose | bool | |
return | void |
public SVGGraphicsPath ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |