C# Class Qyoto.QMargins

Inheritance: Object, IDisposable
显示文件 Open project: 0xd34df00d/Qross Class Usage Examples

Protected Properties

Property Type Description
interceptor SmokeInvocation

Public Methods

Method 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

Protected Methods

Method Description
CreateProxy ( ) : void
QMargins ( Type dummy ) : System

Private Methods

Method Description
QMargins ( ) : System

Method Details

Bottom() public method

public Bottom ( ) : int
return int

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Equals() public method

public Equals ( object o ) : bool
o object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

IsNull() public method

public IsNull ( ) : bool
return bool

Left() public method

public Left ( ) : int
return int

QMargins() protected method

protected QMargins ( Type dummy ) : System
dummy System.Type
return System

QMargins() public method

public QMargins ( int left, int top, int right, int bottom ) : System
left int
top int
right int
bottom int
return System

Right() public method

public Right ( ) : int
return int

SetBottom() public method

public SetBottom ( int bottom ) : void
bottom int
return void

SetLeft() public method

public SetLeft ( int left ) : void
left int
return void

SetRight() public method

public SetRight ( int right ) : void
right int
return void

SetTop() public method

public SetTop ( int top ) : void
top int
return void

Top() public method

public Top ( ) : int
return int

operator() public static method

public static operator ( ) : bool
return bool

Property Details

interceptor protected_oe property

protected SmokeInvocation,Qyoto interceptor
return SmokeInvocation