[]
ID2D1SimplifiedGeometrySink
[Guid("2cd9069e-12e2-11dc-9fed-001143a055f9")]
[Shadow(typeof(SimplifiedGeometrySinkShadow))]
public interface SimplifiedGeometrySink : ICallbackable, IDisposable
| Name | Description |
|---|---|
| AddBeziers(BezierSegment[]) | Creates a sequence of cubic Bezier curves and adds them to the geometry sink. |
| AddLines(Point2F[]) | Creates a sequence of lines using the specified points and adds them to the geometry sink. |
| BeginFigure(Point2F, FigureBegin) | Starts a new figure at the specified point. |
| Close() | Closes the geometry sink, indicates whether it is in an error state, and resets the sink's error state. |
| EndFigure(FigureEnd) | Ends the current figure; optionally, closes it. |
| SetFillMode(FillMode) | Specifies the method used to determine which points are inside the geometry described by this geometry sink and which points are outside. |
| SetSegmentFlags(PathSegment) | Specifies stroke and join options to be applied to new segments added to the geometry sink. |