C# Class ZForge.Controls.ExplorerBar.Border

Afficher le fichier Open project: zhuangyy/Motion Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

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

Border() public méthode

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
Résultat System

Equals() public méthode

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
Résultat bool

GetHashCode() public méthode

Returns the hash code for this Border structure
public GetHashCode ( ) : int
Résultat int

operator() public static méthode

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