- GetFill
void GetFill(ID2D1Brush* brush)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetStroke
void GetStroke(ID2D1Brush* brush, float* strokeWidth, float* dashes, uint dashesCount, float* dashOffset)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetStrokeDashesCount
uint GetStrokeDashesCount()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- SetFill
HRESULT SetFill(ID2D1Brush brush)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- SetStroke
HRESULT SetStroke(ID2D1Brush brush, float strokeWidth, float* dashes, uint dashesCount, float dashOffset)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.