Class D2D1DrawingStateBlock
Represents the drawing state of a render target: the antialiasing mode, transform, tags, and text-rendering options.
Inherited Members
Namespace: JeremyAnsel.DirectX.D2D1
Assembly: JeremyAnsel.DirectX.D2D1.dll
Syntax
public sealed class D2D1DrawingStateBlock : D2D1Resource, IDisposable, ID2D1Releasable
Properties
| Edit this page View SourceDescription
Gets or sets the antialiasing mode, transform, and tags portion of the drawing state.
Declaration
public D2D1DrawingStateDescription Description { get; set; }
Property Value
Type | Description |
---|---|
D2D1DrawingStateDescription |
Handle
Gets an handle representing the D2D1 object interface.
Declaration
public override object Handle { get; }
Property Value
Type | Description |
---|---|
object |
Overrides
| Edit this page View SourceTextRenderingParams
Gets or sets the text-rendering configuration of the drawing state.
Declaration
public DWriteRenderingParams TextRenderingParams { get; set; }
Property Value
Type | Description |
---|---|
DWriteRenderingParams |