[]
        
(Showing Draft Content)

C1.Util.DX.Direct2D.GeometrySink

GeometrySink Interface

ID2D1GeometrySink

Namespace: C1.Util.DX.Direct2D
Assembly: C1.Win.C1DX.4.8.dll
Syntax
[Guid("2cd9069f-12e2-11dc-9fed-001143a055f9")]
[Shadow(typeof(GeometrySinkShadow))]
public interface GeometrySink : SimplifiedGeometrySink, 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.