Class D2D1Brush
The root brush interface. All brushes can be used to fill or pen a geometry.
Inheritance
D2D1Brush
Inherited Members
Namespace: JeremyAnsel.DirectX.D2D1
Assembly: JeremyAnsel.DirectX.D2D1.dll
Syntax
public abstract class D2D1Brush : D2D1Resource, IDisposable, ID2D1Releasable
Properties
| Edit this page View SourceOpacity
Gets or sets the degree of opacity of this brush.
Declaration
public float Opacity { get; set; }
Property Value
Type | Description |
---|---|
float |
Transform
Gets or sets the transform applied to this brush.
Declaration
public D2D1Matrix3X2F Transform { get; set; }
Property Value
Type | Description |
---|---|
D2D1Matrix3X2F |