Table of Contents

Struct D2D1.RectF

Namespace
Xui.Runtime.Windows
Assembly
Xui.Runtime.Windows.dll
public struct D2D1.RectF
Inherited Members

Constructors

RectF(float, float, float, float)

public RectF(float left, float top, float right, float bottom)

Parameters

left float
top float
right float
bottom float

Fields

Bottom

public float Bottom

Field Value

float

Inifinity

public static readonly D2D1.RectF Inifinity

Field Value

D2D1.RectF

Left

public float Left

Field Value

float

Right

public float Right

Field Value

float

Top

public float Top

Field Value

float

Operators

implicit operator RectF(Rect)

public static implicit operator D2D1.RectF(Rect rect)

Parameters

rect Rect

Returns

D2D1.RectF