Class D2D1RectangleGeometry
Describes a two-dimensional rectangle.
Inherited Members
Namespace: JeremyAnsel.DirectX.D2D1
Assembly: JeremyAnsel.DirectX.D2D1.dll
Syntax
public sealed class D2D1RectangleGeometry : D2D1Geometry, 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 SourceRect
Gets the rectangle that describes the rectangle geometry's dimensions.
Declaration
public D2D1RectF Rect { get; }
Property Value
Type | Description |
---|---|
D2D1RectF |