[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.Direct2D.IGeometrySink

IGeometrySink Interface

ID2D1GeometrySink

Namespace: GrapeCity.Documents.DX.Direct2D
Assembly: GcDocs.DX.Windows.dll
Syntax
[Guid("2cd9069f-12e2-11dc-9fed-001143a055f9")]
[Shadow(typeof(GeometrySinkShadow))]
public interface IGeometrySink : ISimplifiedGeometrySink, ICallbackable, IDisposable

Methods

Name Description
AddArc(ArcSegment)

Adds a single arc to the path geometry.

AddBezier(BezierSegment)

Creates a cubic Bezier curve between the current point and the specified endpoint.

AddLine(Point2F)

Creates a line segment between the current point and the specified end point and adds it to the geometry sink.

AddQuadraticBezier(QuadraticBezierSegment)

Creates a quadratic Bezier curve between the current point and the specified endpoint.

AddQuadraticBeziers(QuadraticBezierSegment[])

Adds a sequence of quadratic Bezier segments as an array in a single call.