| ICanvasPathReceiver Interface |
Namespace: Microsoft.Graphics.Canvas.Geometry
public interface ICanvasPathReceiver
The ICanvasPathReceiver type exposes the following members.
| Name | Description | |
|---|---|---|
| AddArc | Signals an arc to the app. | |
| AddCubicBezier | Signals a cubic bezier to the app. | |
| AddLine | Signals a line to the app. | |
| AddQuadraticBezier | Signals a quadratic bezier to the app. | |
| BeginFigure | Signals the beginning of a figure to the app. | |
| EndFigure | Signals the end of a figure to the app. | |
| SetFilledRegionDetermination | Indicates, to the app, the method by which content is determined to lie inside the geometry, as opposed to outside. | |
| SetSegmentOptions | Indicates, to the app, the segment and join options which are applied to subsequent segments. |