[]
ID2D1Brush
[Guid("2cd906a8-12e2-11dc-9fed-001143a055f9")]
public class Brush : Resource, IDisposable, IUnknown
| Name | Description |
|---|---|
| Brush(IntPtr) | Initializes a new instance of the Brush class. |
| Name | Description |
|---|---|
| Transform | GetTransform / SetTransform |
| Name | Description |
|---|---|
| GetOpacity() | float ID2D1Brush::GetOpacity() |
| GetTransform(out Matrix3x2) | void ID2D1Brush::GetTransform([Out] D2D_MATRIX_3X2_F* transform) |
| SetOpacity(float) | void ID2D1Brush::SetOpacity([In] float opacity) |
| SetTransform(ref Matrix3x2) | void ID2D1Brush::SetTransform([In] const D2D_MATRIX_3X2_F* transform) |
| Name | Description |
|---|---|
| explicit operator Brush(IntPtr) |