Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX.Direct2D Namespace / ISimplifiedGeometrySink Interface
Properties Methods

In This Topic
    ISimplifiedGeometrySink Interface Members
    In This Topic

    The following tables list the members exposed by ISimplifiedGeometrySink.

    Public Properties
     NameDescription
     PropertyGets or sets the unmanaged shadow callback. (Inherited from GrapeCity.Documents.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