Table of Contents

Struct D3D11.Viewport

Namespace
Xui.Runtime.Windows
Assembly
Xui.Runtime.Windows.dll

Defines the dimensions of a viewport. Mirrors D3D11_VIEWPORT.

public struct D3D11.Viewport
Inherited Members

Fields

Height

public float Height

Field Value

float

MaxDepth

public float MaxDepth

Field Value

float

MinDepth

public float MinDepth

Field Value

float

TopLeftX

public float TopLeftX

Field Value

float

TopLeftY

public float TopLeftY

Field Value

float

Width

public float Width

Field Value

float