C# Class ManagedWin32.Api.RECT

ファイルを表示 Open project: MathewSachin/ManagedWin32 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.Runtime.InteropServices

Method Details

RECT() public method

public RECT ( int Left, int Top, int Right, int Bottom ) : System.Runtime.InteropServices
Left int
Top int
Right int
Bottom int
return System.Runtime.InteropServices

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