[]
ID2D1SimplifiedGeometrySink
[Guid("2cd9069e-12e2-11dc-9fed-001143a055f9")]
public class SimplifiedGeometrySinkNative : ComObjectCallback, IUnknown, SimplifiedGeometrySink, ICallbackable, IDisposable
Name | Description |
---|---|
SimplifiedGeometrySinkNative(IntPtr) | Initializes a new instance of the SimplifiedGeometrySinkNative class. |
Name | Description |
---|---|
AddBeziers(BezierSegment[]) | void ID2D1SimplifiedGeometrySink::AddBeziers([In, Buffer] const D2D1_BEZIER_SEGMENT* beziers,[In] unsigned int beziersCount) |
AddLines(Point2F[]) | void ID2D1SimplifiedGeometrySink::AddLines([In, Buffer] const D2D_POINT_2F* points,[In] unsigned int pointsCount) |
BeginFigure(Point2F, FigureBegin) | void ID2D1SimplifiedGeometrySink::BeginFigure([In] D2D_POINT_2F startPoint,[In] D2D1_FIGURE_BEGIN figureBegin) |
Close() | HRESULT ID2D1SimplifiedGeometrySink::Close() |
EndFigure(FigureEnd) | void ID2D1SimplifiedGeometrySink::EndFigure([In] D2D1_FIGURE_END figureEnd) |
SetFillMode(FillMode) | void ID2D1SimplifiedGeometrySink::SetFillMode([In] D2D1_FILL_MODE fillMode) |
SetSegmentFlags(PathSegment) | void ID2D1SimplifiedGeometrySink::SetSegmentFlags([In] D2D1_PATH_SEGMENT vertexFlags) |
Name | Description |
---|---|
explicit operator SimplifiedGeometrySinkNative(IntPtr) | Performs an explicit conversion from IntPtr to SimplifiedGeometrySinkNative. |