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

In This Topic
    IGeometrySink Interface Members
    In This Topic

    The following tables list the members exposed by IGeometrySink.

    Public Properties
     NameDescription
     PropertyGets or sets the unmanaged shadow callback. (Inherited from GrapeCity.Documents.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 GrapeCity.Documents.DX.Direct2D.ISimplifiedGeometrySink)
     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 GrapeCity.Documents.DX.Direct2D.ISimplifiedGeometrySink)
     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 GrapeCity.Documents.DX.Direct2D.ISimplifiedGeometrySink)
     MethodCloses the geometry sink, indicates whether it is in an error state, and resets the sink's error state. (Inherited from GrapeCity.Documents.DX.Direct2D.ISimplifiedGeometrySink)
     Method (Inherited from System.IDisposable)
     MethodEnds the current figure; optionally, closes it. (Inherited from GrapeCity.Documents.DX.Direct2D.ISimplifiedGeometrySink)
     MethodSpecifies the method used to determine which points are inside the geometry described by this geometry sink and which points are outside. (Inherited from GrapeCity.Documents.DX.Direct2D.ISimplifiedGeometrySink)
     MethodSpecifies stroke and join options to be applied to new segments added to the geometry sink. (Inherited from GrapeCity.Documents.DX.Direct2D.ISimplifiedGeometrySink)
    Top
    See Also