C# Class UICalendar.Extensions

Show file Open project: Clancey/UICalendar

Public Methods

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

Method Details

AbsoluteHeight() public static method

public static AbsoluteHeight ( this orgRect ) : nfloat
orgRect this
return nfloat

AbsoluteWidth() public static method

public static AbsoluteWidth ( this orgRect ) : nfloat
orgRect this
return nfloat

Add() public static method

public static Add ( this orgPoint, CGPoint point ) : CGPoint
orgPoint this
point CGPoint
return CGPoint

Add() public static method

public static Add ( this orgPoint, CGSize size ) : CGPoint
orgPoint this
size CGSize
return CGPoint

Add() public static method

public static Add ( this orgRect, CGPoint point ) : CGRect
orgRect this
point CGPoint
return CGRect

Add() public static method

public static Add ( this orgRect, CGPoint point, CGSize size ) : CGRect
orgRect this
point CGPoint
size CGSize
return CGRect

Add() public static method

public static Add ( this orgRect, CGSize size ) : CGRect
orgRect this
size CGSize
return CGRect

Add() public static method

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

Add() public static method

public static Add ( this orgSize, CGPoint point ) : CGSize
orgSize this
point CGPoint
return CGSize

Add() public static method

public static Add ( this orgSize, CGSize size ) : CGSize
orgSize this
size CGSize
return CGSize

AddLocation() public static method

public static AddLocation ( this orgRect, float x, float y ) : CGRect
orgRect this
x float
y float
return CGRect

AddSize() public static method

public static AddSize ( this orgRect, CGSize size ) : CGRect
orgRect this
size CGSize
return CGRect

AddSize() public static method

public static AddSize ( this orgRect, nfloat width, nfloat height ) : CGRect
orgRect this
width nfloat
height nfloat
return CGRect

DateTimeToNSDate() public static method

public static DateTimeToNSDate ( this date ) : NSDate
date this
return NSDate

NSDateToDateTime() public static method

public static NSDateToDateTime ( this date ) : System.DateTime
date this
return System.DateTime

SetHeight() public static method

public static SetHeight ( this orgRect, float height ) : CGRect
orgRect this
height float
return CGRect

SetHeight() public static method

public static SetHeight ( this orgRect, int height ) : CGRect
orgRect this
height int
return CGRect

SetLocation() public static method

public static SetLocation ( this orgRect, CGPoint point ) : CGRect
orgRect this
point CGPoint
return CGRect

SetLocation() public static method

public static SetLocation ( this orgRect, CGSize point ) : CGRect
orgRect this
point CGSize
return CGRect

SetLocation() public static method

public static SetLocation ( this orgRect, float x, float y ) : CGRect
orgRect this
x float
y float
return CGRect

SetSize() public static method

public static SetSize ( this orgRect, CGSize size ) : CGRect
orgRect this
size CGSize
return CGRect

SetSize() public static method

public static SetSize ( this orgRect, float width, float height ) : CGRect
orgRect this
width float
height float
return CGRect

SetWidth() public static method

public static SetWidth ( this orgRect, float width ) : CGRect
orgRect this
width float
return CGRect

SetWidth() public static method

public static SetWidth ( this orgRect, int width ) : CGRect
orgRect this
width int
return CGRect

Subtract() public static method

public static Subtract ( this orgPoint, CGPoint point ) : CGPoint
orgPoint this
point CGPoint
return CGPoint

Subtract() public static method

public static Subtract ( this orgRect, CGPoint point ) : CGRect
orgRect this
point CGPoint
return CGRect

Subtract() public static method

public static Subtract ( this orgRect, CGPoint point, CGSize size ) : CGRect
orgRect this
point CGPoint
size CGSize
return CGRect

Subtract() public static method

public static Subtract ( this orgRect, CGSize size ) : CGRect
orgRect this
size CGSize
return CGRect

Subtract() public static method

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

Subtract() public static method

public static Subtract ( this orgSize, CGPoint point ) : CGSize
orgSize this
point CGPoint
return CGSize

SubtractLocation() public static method

public static SubtractLocation ( this orgRect, float x, float y ) : CGRect
orgRect this
x float
y float
return CGRect

SubtractSize() public static method

public static SubtractSize ( this orgRect, float width, float height ) : CGRect
orgRect this
width float
height float
return CGRect