[]
ID2D1SolidColorBrush
[Guid("2cd906a9-12e2-11dc-9fed-001143a055f9")]
public class SolidColorBrush : Brush, IDisposable, IUnknown
Name | Description |
---|---|
SolidColorBrush(IntPtr) | Initializes a new instance of the SolidColorBrush class. |
Name | Description |
---|---|
Create(RenderTarget, ColorF) | Creates a new SolidColorBrush that has the specified color and opacity. |
Create(RenderTarget, ColorF, BrushProperties?) | Creates a new SolidColorBrush that has the specified color and opacity. |
GetColor() | D2D_COLOR_F ID2D1SolidColorBrush::GetColor() |
SetColor(ColorF) | void ID2D1SolidColorBrush::SetColor([In] const D2D_COLOR_F* color) |
Name | Description |
---|---|
explicit operator SolidColorBrush(IntPtr) | Performs an explicit conversion from IntPtr to SolidColorBrush. |