C# Class Qyoto.QMargins

Inheritance: Object, IDisposable
Afficher le fichier Open project: 0xd34df00d/Qross Class Usage Examples

Protected Properties

Свойство Type Description
interceptor SmokeInvocation

Méthodes publiques

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

Méthodes protégées

Méthode Description
CreateProxy ( ) : void
QMargins ( Type dummy ) : System

Private Methods

Méthode Description
QMargins ( ) : System

Method Details

Bottom() public méthode

public Bottom ( ) : int
Résultat int

CreateProxy() protected méthode

protected CreateProxy ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Equals() public méthode

public Equals ( object o ) : bool
o object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

IsNull() public méthode

public IsNull ( ) : bool
Résultat bool

Left() public méthode

public Left ( ) : int
Résultat int

QMargins() protected méthode

protected QMargins ( Type dummy ) : System
dummy System.Type
Résultat System

QMargins() public méthode

public QMargins ( int left, int top, int right, int bottom ) : System
left int
top int
right int
bottom int
Résultat System

Right() public méthode

public Right ( ) : int
Résultat int

SetBottom() public méthode

public SetBottom ( int bottom ) : void
bottom int
Résultat void

SetLeft() public méthode

public SetLeft ( int left ) : void
left int
Résultat void

SetRight() public méthode

public SetRight ( int right ) : void
right int
Résultat void

SetTop() public méthode

public SetTop ( int top ) : void
top int
Résultat void

Top() public méthode

public Top ( ) : int
Résultat int

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

interceptor protected_oe property

protected SmokeInvocation,Qyoto interceptor
Résultat SmokeInvocation