SimplifiedGeometrySink Interface Members
In This Topic
The following tables list the members exposed by SimplifiedGeometrySink.
Public Properties
Public Methods
| Name | Description |
 | AddBeziers | Creates a sequence of cubic Bezier curves and adds them to the geometry sink. |
 | AddLines | Creates a sequence of lines using the specified points and adds them to the geometry sink. |
 | BeginFigure | 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. |
 | Dispose | (Inherited from System.IDisposable) |
 | EndFigure | Ends the current figure; optionally, closes it. |
 | SetFillMode | Specifies the method used to determine which points are inside the geometry described by this geometry sink and which points are outside. |
 | SetSegmentFlags | Specifies stroke and join options to be applied to new segments added to the geometry sink. |
Top
See Also