Class D2D1RoundedRectangleGeometry
Describes a rounded rectangle.
Inherited Members
Namespace: JeremyAnsel.DirectX.D2D1
Assembly: JeremyAnsel.DirectX.D2D1.dll
Syntax
public sealed class D2D1RoundedRectangleGeometry : 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 SourceRoundedRect
Gets a rounded rectangle that describes this rounded rectangle geometry.
Declaration
public D2D1RoundedRect RoundedRect { get; }
Property Value
Type | Description |
---|---|
D2D1RoundedRect |