C# Class NetIde.Services.Shell.TaskDialog.NativeMethods.RECT

Show file Open project: netide/netide

Public Properties

Property Type Description
bottom int
left int
right int
top int

Public Methods

Method Description
RECT ( Rectangle rect ) : System

Method Details

RECT() public method

public RECT ( Rectangle rect ) : System
rect System.Drawing.Rectangle
return System

Property Details

bottom public property

public int bottom
return int

left public property

public int left
return int

right public property

public int right
return int

top public property

public int top
return int