- AddArc
void AddArc(const(D2D1_ARC_SEGMENT)* arc)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- AddBezier
void AddBezier(const(D2D1_BEZIER_SEGMENT)* bezier)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- AddLine
void AddLine(D2D1_POINT_2F point)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- AddQuadraticBezier
void AddQuadraticBezier(const(D2D1_QUADRATIC_BEZIER_SEGMENT)* bezier)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- AddQuadraticBeziers
void AddQuadraticBeziers(const(D2D1_QUADRATIC_BEZIER_SEGMENT)* beziers, UINT32 beziersCount)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- SetFillMode
void SetFillMode(D2D1_FILL_MODE fillMode)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- SetSegmentFlags
void SetSegmentFlags(D2D1_PATH_SEGMENT vertexFlags)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- BeginFigure
void BeginFigure(D2D1_POINT_2F startPoint, D2D1_FIGURE_BEGIN figureBegin)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- AddLines
void AddLines(const(D2D1_POINT_2F)* points, UINT32 pointsCount)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- AddBeziers
void AddBeziers(const(D2D1_BEZIER_SEGMENT)* beziers, UINT32 beziersCount)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- EndFigure
void EndFigure(D2D1_FIGURE_END figureEnd)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- Close
HRESULT Close()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.