C# Class FC3Editor.Win32.Rect

Mostrar archivo Open project: Azerothian/fc3editor Class Usage Examples

Public Properties

Property Type Description
bottom int
left int
right int
top int

Public Methods

Method Description
Rect ( int left, int top, int width, int height ) : System

Method Details

Rect() public method

public Rect ( int left, int top, int width, int height ) : System
left int
top int
width int
height int
return System

Property Details

bottom public_oe property

public int bottom
return int

left public_oe property

public int left
return int

right public_oe property

public int right
return int

top public_oe property

public int top
return int