C# Class MS.Win32.NativeMethods.RECT

ファイルを表示 Open project: geeksree/cSharpGeeks 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 right, int bottom ) : System

Method Details

RECT() public method

public RECT ( int left, int top, int right, int bottom ) : System
left int
top int
right int
bottom 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