[]
ID2D1GeometrySink
[Guid("2cd9069f-12e2-11dc-9fed-001143a055f9")]
[Shadow(typeof(GeometrySinkShadow))]
public interface GeometrySink : SimplifiedGeometrySink, ICallbackable, IDisposable
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. |