[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.Direct2D.RoundedRectangle

Struct RoundedRectangle

Namespace
GrapeCity.Documents.DX.Direct2D
Assembly
GcDocs.DX.Windows.dll

D2D1_ROUNDED_RECT

public struct RoundedRectangle
Inherited Members
System.ValueType.Equals(object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()

Constructors

RoundedRectangle(RectF, float, float)

Initializes a new instance of the RoundedRectangle struct.

public RoundedRectangle(RectF bounds, float radiusX, float radiusY)

Parameters

bounds RectF

The bounds of the rounded rectangle.

radiusX float

The radius X.

radiusY float

The radius Y.

Fields

RadiusX

float radiusX

public float RadiusX

Field Value

float

RadiusY

float radiusY

public float RadiusY

Field Value

float

Rect

D2D_RECT_F rect

public RectF Rect

Field Value

RectF