ID2D1SolidColorBrush

Undocumented in source.
version(Windows)
interface ID2D1SolidColorBrush : ID2D1Brush {}

Members

Functions

GetColor
D2D1_COLOR_F GetColor()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SetColor
void SetColor(D2D1_COLOR_F* color)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Inherited Members

From ID2D1Brush

GetOpacity
float GetOpacity()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetTransform
void GetTransform(D2D1_MATRIX_3X2_F* transform)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SetOpacity
void SetOpacity(float opacity)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SetTransform
void SetTransform(D2D1_MATRIX_3X2_F* transform)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Meta