C# Class ZForge.Controls.ExplorerBar.Border

Datei anzeigen Open project: zhuangyy/Motion Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Border ( ) : System

Initializes a new instance of the Border class with default settings

Border ( int left, int top, int right, int bottom ) : System

Initializes a new instance of the Border class

Equals ( object obj ) : bool

Tests whether obj is a Border structure with the same values as this Border structure

GetHashCode ( ) : int

Returns the hash code for this Border structure

operator ( ) : bool

Tests whether two Border structures differ in their Left, Top, Right, and Bottom properties

Method Details

Border() public method

Initializes a new instance of the Border class with default settings
public Border ( ) : System
return System

Border() public method

Initializes a new instance of the Border class
public Border ( int left, int top, int right, int bottom ) : System
left int The width of the left border
top int The Height of the top border
right int The width of the right border
bottom int The Height of the bottom border
return System

Equals() public method

Tests whether obj is a Border structure with the same values as this Border structure
public Equals ( object obj ) : bool
obj object The Object to test
return bool

GetHashCode() public method

Returns the hash code for this Border structure
public GetHashCode ( ) : int
return int

operator() public static method

Tests whether two Border structures differ in their Left, Top, Right, and Bottom properties
public static operator ( ) : bool
return bool