Class D2D1Layer
Represents the backing store required to render a layer.
Inherited Members
Namespace: JeremyAnsel.DirectX.D2D1
Assembly: JeremyAnsel.DirectX.D2D1.dll
Syntax
public sealed class D2D1Layer : D2D1Resource, IDisposable, ID2D1Releasable
Properties
| Edit this page View SourceHandle
Gets an handle representing the D2D1 object interface.
Declaration
public override object Handle { get; }
Property Value
Type | Description |
---|---|
object |
Overrides
| Edit this page View SourceSize
Gets the size of the layer in device-independent pixels.
Declaration
public D2D1SizeF Size { get; }
Property Value
Type | Description |
---|---|
D2D1SizeF |