Method | Description | |
---|---|---|
AbsoluteHeight ( this orgRect ) : nfloat | ||
AbsoluteWidth ( this orgRect ) : nfloat | ||
Add ( this orgPoint, CGPoint point ) : CGPoint | ||
Add ( this orgPoint, CGSize size ) : CGPoint | ||
Add ( this orgRect, CGPoint point ) : CGRect | ||
Add ( this orgRect, CGPoint point, CGSize size ) : CGRect | ||
Add ( this orgRect, CGSize size ) : CGRect | ||
Add ( this orgRect, float x, float y, float width, float height ) : CGRect | ||
Add ( this orgSize, CGPoint point ) : CGSize | ||
Add ( this orgSize, CGSize size ) : CGSize | ||
AddLocation ( this orgRect, float x, float y ) : CGRect | ||
AddSize ( this orgRect, CGSize size ) : CGRect | ||
AddSize ( this orgRect, nfloat width, nfloat height ) : CGRect | ||
DateTimeToNSDate ( this date ) : NSDate | ||
NSDateToDateTime ( this date ) : System.DateTime | ||
SetHeight ( this orgRect, float height ) : CGRect | ||
SetHeight ( this orgRect, int height ) : CGRect | ||
SetLocation ( this orgRect, CGPoint point ) : CGRect | ||
SetLocation ( this orgRect, CGSize point ) : CGRect | ||
SetLocation ( this orgRect, float x, float y ) : CGRect | ||
SetSize ( this orgRect, CGSize size ) : CGRect | ||
SetSize ( this orgRect, float width, float height ) : CGRect | ||
SetWidth ( this orgRect, float width ) : CGRect | ||
SetWidth ( this orgRect, int width ) : CGRect | ||
Subtract ( this orgPoint, CGPoint point ) : CGPoint | ||
Subtract ( this orgRect, CGPoint point ) : CGRect | ||
Subtract ( this orgRect, CGPoint point, CGSize size ) : CGRect | ||
Subtract ( this orgRect, CGSize size ) : CGRect | ||
Subtract ( this orgRect, float x, float y, float width, float height ) : CGRect | ||
Subtract ( this orgSize, CGPoint point ) : CGSize | ||
SubtractLocation ( this orgRect, float x, float y ) : CGRect | ||
SubtractSize ( this orgRect, float width, float height ) : CGRect |
public static AbsoluteHeight ( this orgRect ) : nfloat | ||
orgRect | this | |
return | nfloat |
public static AbsoluteWidth ( this orgRect ) : nfloat | ||
orgRect | this | |
return | nfloat |
public static Add ( this orgPoint, CGPoint point ) : CGPoint | ||
orgPoint | this | |
point | CGPoint | |
return | CGPoint |
public static Add ( this orgPoint, CGSize size ) : CGPoint | ||
orgPoint | this | |
size | CGSize | |
return | CGPoint |
public static Add ( this orgRect, CGPoint point ) : CGRect | ||
orgRect | this | |
point | CGPoint | |
return | CGRect |
public static Add ( this orgRect, CGPoint point, CGSize size ) : CGRect | ||
orgRect | this | |
point | CGPoint | |
size | CGSize | |
return | CGRect |
public static Add ( this orgRect, CGSize size ) : CGRect | ||
orgRect | this | |
size | CGSize | |
return | CGRect |
public static Add ( this orgRect, float x, float y, float width, float height ) : CGRect | ||
orgRect | this | |
x | float | |
y | float | |
width | float | |
height | float | |
return | CGRect |
public static Add ( this orgSize, CGPoint point ) : CGSize | ||
orgSize | this | |
point | CGPoint | |
return | CGSize |
public static Add ( this orgSize, CGSize size ) : CGSize | ||
orgSize | this | |
size | CGSize | |
return | CGSize |
public static AddLocation ( this orgRect, float x, float y ) : CGRect | ||
orgRect | this | |
x | float | |
y | float | |
return | CGRect |
public static AddSize ( this orgRect, CGSize size ) : CGRect | ||
orgRect | this | |
size | CGSize | |
return | CGRect |
public static AddSize ( this orgRect, nfloat width, nfloat height ) : CGRect | ||
orgRect | this | |
width | nfloat | |
height | nfloat | |
return | CGRect |
public static DateTimeToNSDate ( this date ) : NSDate | ||
date | this | |
return | NSDate |
public static NSDateToDateTime ( this date ) : System.DateTime | ||
date | this | |
return | System.DateTime |
public static SetHeight ( this orgRect, float height ) : CGRect | ||
orgRect | this | |
height | float | |
return | CGRect |
public static SetHeight ( this orgRect, int height ) : CGRect | ||
orgRect | this | |
height | int | |
return | CGRect |
public static SetLocation ( this orgRect, CGPoint point ) : CGRect | ||
orgRect | this | |
point | CGPoint | |
return | CGRect |
public static SetLocation ( this orgRect, CGSize point ) : CGRect | ||
orgRect | this | |
point | CGSize | |
return | CGRect |
public static SetLocation ( this orgRect, float x, float y ) : CGRect | ||
orgRect | this | |
x | float | |
y | float | |
return | CGRect |
public static SetSize ( this orgRect, CGSize size ) : CGRect | ||
orgRect | this | |
size | CGSize | |
return | CGRect |
public static SetSize ( this orgRect, float width, float height ) : CGRect | ||
orgRect | this | |
width | float | |
height | float | |
return | CGRect |
public static SetWidth ( this orgRect, float width ) : CGRect | ||
orgRect | this | |
width | float | |
return | CGRect |
public static SetWidth ( this orgRect, int width ) : CGRect | ||
orgRect | this | |
width | int | |
return | CGRect |
public static Subtract ( this orgPoint, CGPoint point ) : CGPoint | ||
orgPoint | this | |
point | CGPoint | |
return | CGPoint |
public static Subtract ( this orgRect, CGPoint point ) : CGRect | ||
orgRect | this | |
point | CGPoint | |
return | CGRect |
public static Subtract ( this orgRect, CGPoint point, CGSize size ) : CGRect | ||
orgRect | this | |
point | CGPoint | |
size | CGSize | |
return | CGRect |
public static Subtract ( this orgRect, CGSize size ) : CGRect | ||
orgRect | this | |
size | CGSize | |
return | CGRect |
public static Subtract ( this orgRect, float x, float y, float width, float height ) : CGRect | ||
orgRect | this | |
x | float | |
y | float | |
width | float | |
height | float | |
return | CGRect |
public static Subtract ( this orgSize, CGPoint point ) : CGSize | ||
orgSize | this | |
point | CGPoint | |
return | CGSize |
public static SubtractLocation ( this orgRect, float x, float y ) : CGRect | ||
orgRect | this | |
x | float | |
y | float | |
return | CGRect |
public static SubtractSize ( this orgRect, float width, float height ) : CGRect | ||
orgRect | this | |
width | float | |
height | float | |
return | CGRect |