C# Класс Qyoto.QMargins

Наследование: Object, IDisposable
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

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

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

Метод Описание
Bottom ( ) : int
Dispose ( ) : void
Equals ( object o ) : bool
GetHashCode ( ) : int
IsNull ( ) : bool
Left ( ) : int
QMargins ( int left, int top, int right, int bottom ) : System
Right ( ) : int
SetBottom ( int bottom ) : void
SetLeft ( int left ) : void
SetRight ( int right ) : void
SetTop ( int top ) : void
Top ( ) : int
operator ( ) : bool

Защищенные методы

Метод Описание
CreateProxy ( ) : void
QMargins ( Type dummy ) : System

Приватные методы

Метод Описание
QMargins ( ) : System

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

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

public Bottom ( ) : int
Результат int

CreateProxy() защищенный Метод

protected CreateProxy ( ) : void
Результат void

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

public Dispose ( ) : void
Результат void

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

public Equals ( object o ) : bool
o object
Результат bool

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

public GetHashCode ( ) : int
Результат int

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

public IsNull ( ) : bool
Результат bool

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

public Left ( ) : int
Результат int

QMargins() защищенный Метод

protected QMargins ( Type dummy ) : System
dummy System.Type
Результат System

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

public QMargins ( int left, int top, int right, int bottom ) : System
left int
top int
right int
bottom int
Результат System

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

public Right ( ) : int
Результат int

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

public SetBottom ( int bottom ) : void
bottom int
Результат void

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

public SetLeft ( int left ) : void
left int
Результат void

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

public SetRight ( int right ) : void
right int
Результат void

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

public SetTop ( int top ) : void
top int
Результат void

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

public Top ( ) : int
Результат int

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

public static operator ( ) : bool
Результат bool

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

interceptor защищенное свойство

protected SmokeInvocation,Qyoto interceptor
Результат SmokeInvocation