- 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.
- 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.
- 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.
- 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.
- 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.
- 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.