Interface | Description |
---|---|
ICanvas |
The ICanvas interface receives drawing commands.
|
ICanvas2 |
The ICanvas interface receives drawing commands.
|
IPath |
The path interface, for building a path as described in the SVG
specifications.
|
IStroker | |
IStrokerFactory |
Class | Description |
---|---|
Color |
Red green blue alpha color representation.
|
InkPoint | |
Point |
Represents a point on the 2D plane.
|
Rectangle | |
Style | |
Transform |
Represents a 2D affine transform, defined as a 3x3 matrix with an implicit
third raw of
[ 0 0 1 ] : |
Enum | Description |
---|---|
FillRule | |
IPath.OperationType |
Lists the path operation types.
|
LineCap |
Defines how the ends of segments are drawn.
|
LineJoin |
Defines how the joins between connected segments are drawn.
|
StyleFlag |
Style information flags.
|