Name | Description | |
---|---|---|
Shadow | Gets or sets the unmanaged shadow callback. (Inherited from C1.Util.DX.ICallbackable) |
The following tables list the members exposed by GeometrySink.
Name | Description | |
---|---|---|
Shadow | Gets or sets the unmanaged shadow callback. (Inherited from C1.Util.DX.ICallbackable) |
Name | Description | |
---|---|---|
AddArc | Adds a single arc to the path geometry. | |
AddBezier | Creates a cubic Bezier curve between the current point and the specified endpoint. | |
AddBeziers | Creates a sequence of cubic Bezier curves and adds them to the geometry sink. (Inherited from C1.Util.DX.Direct2D.SimplifiedGeometrySink) | |
AddLine | Creates a line segment between the current point and the specified end point and adds it to the geometry sink. | |
AddLines | Creates a sequence of lines using the specified points and adds them to the geometry sink. (Inherited from C1.Util.DX.Direct2D.SimplifiedGeometrySink) | |
AddQuadraticBezier | Creates a quadratic Bezier curve between the current point and the specified endpoint. | |
AddQuadraticBeziers | Adds a sequence of quadratic Bezier segments as an array in a single call. | |
BeginFigure | Starts a new figure at the specified point. (Inherited from C1.Util.DX.Direct2D.SimplifiedGeometrySink) | |
Close | Closes the geometry sink, indicates whether it is in an error state, and resets the sink's error state. (Inherited from C1.Util.DX.Direct2D.SimplifiedGeometrySink) | |
Dispose | (Inherited from System.IDisposable) | |
EndFigure | Ends the current figure; optionally, closes it. (Inherited from C1.Util.DX.Direct2D.SimplifiedGeometrySink) | |
SetFillMode | Specifies the method used to determine which points are inside the geometry described by this geometry sink and which points are outside. (Inherited from C1.Util.DX.Direct2D.SimplifiedGeometrySink) | |
SetSegmentFlags | Specifies stroke and join options to be applied to new segments added to the geometry sink. (Inherited from C1.Util.DX.Direct2D.SimplifiedGeometrySink) |