C# Class Qyoto.QPointF

Inheritance: Object, IDisposable
Datei anzeigen Open project: 0xd34df00d/Qross Class Usage Examples

Protected Properties

Property Type Description
interceptor SmokeInvocation

Public Methods

Method Description
Dispose ( ) : void
Equals ( object o ) : bool
GetHashCode ( ) : int
IsNull ( ) : bool
ManhattanLength ( ) : double
QPointF ( Qyoto.QPoint p ) : System
QPointF ( double xpos, double ypos ) : System
Rx ( ) : double
Ry ( ) : double
SetX ( double x ) : void
SetY ( double y ) : void
ToPoint ( ) : Qyoto.QPoint
X ( ) : double
Y ( ) : double
operator ( ) : QPointF
operator ( ) : bool

Protected Methods

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

Private Methods

Method Description
QPointF ( ) : System

Method Details

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

ManhattanLength() public method

public ManhattanLength ( ) : double
return double

QPointF() public method

public QPointF ( Qyoto.QPoint p ) : System
p Qyoto.QPoint
return System

QPointF() protected method

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

QPointF() public method

public QPointF ( double xpos, double ypos ) : System
xpos double
ypos double
return System

Rx() public method

public Rx ( ) : double
return double

Ry() public method

public Ry ( ) : double
return double

SetX() public method

public SetX ( double x ) : void
x double
return void

SetY() public method

public SetY ( double y ) : void
y double
return void

ToPoint() public method

public ToPoint ( ) : Qyoto.QPoint
return Qyoto.QPoint

X() public method

public X ( ) : double
return double

Y() public method

public Y ( ) : double
return double

operator() public static method

public static operator ( ) : QPointF
return QPointF

operator() public static method

public static operator ( ) : bool
return bool

Property Details

interceptor protected_oe property

protected SmokeInvocation,Qyoto interceptor
return SmokeInvocation