- AddArc
void AddArc(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(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(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(D2D1_QUADRATIC_BEZIER_SEGMENT* beziers, uint bezierCount)
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(D2D1_BEZIER_SEGMENT* Beziers, uint Count)
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(D2D_POINT_2F* Points, uint Count)
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.