C# Class CatEye.UI.Gtk.DwmApi.RECT

Show file Open project: bigfatbrowncat/CatEye

Public Properties

Property Type Description
left 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

left public property

public int left
return int