WinRect Class

Definition

Line 148 of System.Windows/Definitions.cm

Constructors & Destructor

public nothrow WinRect()
public nothrow WinRect(int left_, int top_, int right_, int bottom_)

Member Variables

public int bottom
public int left
public int right
public int top

Constructor& Destructor Details

WinRect Constructor

public nothrow WinRect()

Definition
Line 150 of System.Windows/Definitions.cm


WinRect Constructor

public nothrow WinRect(int left_, int top_, int right_, int bottom_)

Definition
Line 153 of System.Windows/Definitions.cm