Namespace Telerik.Windows.Documents.Fixed.Model.Graphics
Classes
|
Draws an elliptical arc from the current point to the specified end point, parameterized by radii, sweep direction, and x-axis rotation. |
|
Cubic Bézier path segment that connects from the current point using two control points to shape the curve toward the end point. |
|
Base type for vector geometry in the drawing model; provides a computed axis-aligned bounding box via Bounds. |
|
Draws a straight line from the current path point to the specified end point. |
|
Vector path element for drawing shapes in page content; configure fill and stroke to render outlines and areas in the document’s coordinate space. |
|
A continuous subpath within a PathGeometry, starting at StartPoint and composed of ordered segments. |
|
Vector geometry composed of one or more PathFigure objects with a configurable fill rule for rendering. |
|
Abstract base for all path segments used within a PathFigure. |
|
Quadratic Bézier path segment that uses a single control point to curve from the current point to the end point. |
|
Rectangular geometry used to draw or define rectangular regions in fixed documents. Coordinates use the document origin at the top-left; X increases to the right and Y increases downward. |
Enums
|
Defines how the interior of a self-intersecting path is determined when filling shapes. |
|
Specifies how the ends of open strokes are drawn when rendering path outlines. |
|
Specifies how two path segments are joined when stroking a polyline or polygon. |
|
Specifies whether an arc is drawn in a clockwise or counterclockwise direction. |