C# Class SWICFFITests.RECT

Show file Open project: swi-to-yap/swicli Class Usage Examples

Public Properties

Property Type Description
Left int

Public Methods

Method Description
Equals ( RECT r ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
RECT ( System r ) : System
RECT ( int left, int top, int right, int bottom ) : System
ToString ( ) : string
operator ( ) : bool

Method Details

Equals() public method

public Equals ( RECT r ) : bool
r RECT
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

RECT() public method

public RECT ( System r ) : System
r System
return System

RECT() public method

public RECT ( int left, int top, int right, int bottom ) : System
left int
top int
right int
bottom int
return System

ToString() public method

public ToString ( ) : string
return string

operator() public static method

public static operator ( ) : bool
return bool

Property Details

Left public property

public int Left
return int