Method |
Description |
|
ArcTo ( XPoint point, XPathSize size, double rotationAngle = 0.0, bool isLargeArc = false, XSweepDirection sweepDirection = XSweepDirection.Clockwise, bool isStroked = true, bool isSmoothJoin = true ) : void |
|
|
BeginFigure ( XPoint startPoint, bool isFilled = true, bool isClosed = true ) : void |
|
|
CubicBezierTo ( XPoint point1, XPoint point2, XPoint point3, bool isStroked = true, bool isSmoothJoin = true ) : void |
|
|
LineTo ( XPoint point, bool isStroked = true, bool isSmoothJoin = true ) : void |
|
|
PolyCubicBezierTo ( ImmutableArray points, bool isStroked = true, bool isSmoothJoin = true ) : void |
|
|
PolyLineTo ( ImmutableArray points, bool isStroked = true, bool isSmoothJoin = true ) : void |
|
|
PolyQuadraticBezierTo ( ImmutableArray points, bool isStroked = true, bool isSmoothJoin = true ) : void |
|
|
QuadraticBezierTo ( XPoint point1, XPoint point2, bool isStroked = true, bool isSmoothJoin = true ) : void |
|
|
SetClosedState ( bool isClosed ) : void |
|
|
XPathGeometryContext ( XPathGeometry geometry ) : System |
Initializes a new instance of the XPathGeometryContext class. |
|