Class D2D1SolidColorBrush
Paints an area with a solid color.
Implements
Inherited Members
Namespace: JeremyAnsel.DirectX.D2D1
Assembly: JeremyAnsel.DirectX.D2D1.dll
Syntax
[SecurityCritical]
public class D2D1SolidColorBrush : D2D1Brush, IDisposable
Constructors
| Edit this page View SourceD2D1SolidColorBrush(nint)
Initializes a new instance of the D2D1SolidColorBrush class.
Declaration
public D2D1SolidColorBrush(nint comPtr)
Parameters
| Type | Name | Description |
|---|---|---|
| nint | comPtr |
Fields
| Edit this page View SourceD2D1SolidColorBrushGuid
The interface GUID.
Declaration
public static readonly Guid D2D1SolidColorBrushGuid
Field Value
| Type | Description |
|---|---|
| Guid |
Properties
| Edit this page View SourceColor
Gets or sets the color of the solid color brush.
Declaration
public D2D1ColorF Color { get; set; }
Property Value
| Type | Description |
|---|---|
| D2D1ColorF |