C# Класс ZForge.Controls.ExplorerBar.Border

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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

Описание методов

Border() публичный Метод

Initializes a new instance of the Border class with default settings
public Border ( ) : System
Результат System

Border() публичный Метод

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
Результат System

Equals() публичный Метод

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
Результат bool

GetHashCode() публичный Метод

Returns the hash code for this Border structure
public GetHashCode ( ) : int
Результат int

operator() публичный статический Метод

Tests whether two Border structures differ in their Left, Top, Right, and Bottom properties
public static operator ( ) : bool
Результат bool