Class D2D1SolidColorBrush
Paints an area with a solid color.
Inherited Members
Namespace: JeremyAnsel.DirectX.D2D1
Assembly: JeremyAnsel.DirectX.D2D1.dll
Syntax
public sealed class D2D1SolidColorBrush : D2D1Brush, IDisposable, ID2D1Releasable
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 |
Handle
Gets an handle representing the D2D1 object interface.
Declaration
public override object Handle { get; }
Property Value
Type | Description |
---|---|
object |