ComponentOne Bitmap for UWP
GeometrySink Interface Members
Properties  Methods 

C1.UWP.DX Assembly > C1.Util.DX.Direct2D Namespace : GeometrySink Interface

The following tables list the members exposed by GeometrySink.

Public Properties
 NameDescription
 PropertyGets or sets the unmanaged shadow callback. (Inherited from C1.Util.DX.ICallbackable)
Top
Public Methods
 NameDescription
 MethodAdds a single arc to the path geometry.  
 MethodCreates a cubic Bezier curve between the current point and the specified endpoint.  
 MethodCreates a sequence of cubic Bezier curves and adds them to the geometry sink. (Inherited from C1.Util.DX.Direct2D.SimplifiedGeometrySink)
 MethodCreates a line segment between the current point and the specified end point and adds it to the geometry sink.  
 MethodCreates a sequence of lines using the specified points and adds them to the geometry sink. (Inherited from C1.Util.DX.Direct2D.SimplifiedGeometrySink)
 MethodCreates a quadratic Bezier curve between the current point and the specified endpoint.  
 MethodAdds a sequence of quadratic Bezier segments as an array in a single call.  
 MethodStarts a new figure at the specified point. (Inherited from C1.Util.DX.Direct2D.SimplifiedGeometrySink)
 MethodCloses 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)
 Method (Inherited from System.IDisposable)
 MethodEnds the current figure; optionally, closes it. (Inherited from C1.Util.DX.Direct2D.SimplifiedGeometrySink)
 MethodSpecifies 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)
 MethodSpecifies stroke and join options to be applied to new segments added to the geometry sink. (Inherited from C1.Util.DX.Direct2D.SimplifiedGeometrySink)
Top
See Also

Reference

GeometrySink Interface
C1.Util.DX.Direct2D Namespace