ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Direct2D Namespace / SimplifiedGeometrySink Interface
Properties Methods

In This Topic
    SimplifiedGeometrySink Interface Members
    In This Topic

    The following tables list the members exposed by SimplifiedGeometrySink.

    Public Properties
     NameDescription
     PropertyGets or sets the unmanaged shadow callback. (Inherited from C1.Util.DX.ICallbackable)
    Top
    Public Methods
     NameDescription
     MethodCreates a sequence of cubic Bezier curves and adds them to the geometry sink.  
     MethodCreates a sequence of lines using the specified points and adds them to the geometry sink.  
     MethodStarts a new figure at the specified point.  
     MethodCloses the geometry sink, indicates whether it is in an error state, and resets the sink's error state.  
     Method (Inherited from System.IDisposable)
     MethodEnds the current figure; optionally, closes it.  
     MethodSpecifies the method used to determine which points are inside the geometry described by this geometry sink and which points are outside.  
     MethodSpecifies stroke and join options to be applied to new segments added to the geometry sink.  
    Top
    See Also