C# 클래스 UICalendar.Extensions

파일 보기 프로젝트 열기: Clancey/UICalendar

공개 메소드들

메소드 설명
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

메소드 상세

AbsoluteHeight() 공개 정적인 메소드

public static AbsoluteHeight ( this orgRect ) : nfloat
orgRect this
리턴 nfloat

AbsoluteWidth() 공개 정적인 메소드

public static AbsoluteWidth ( this orgRect ) : nfloat
orgRect this
리턴 nfloat

Add() 공개 정적인 메소드

public static Add ( this orgPoint, CGPoint point ) : CGPoint
orgPoint this
point CGPoint
리턴 CGPoint

Add() 공개 정적인 메소드

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

Add() 공개 정적인 메소드

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

Add() 공개 정적인 메소드

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

Add() 공개 정적인 메소드

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

Add() 공개 정적인 메소드

public static Add ( this orgRect, float x, float y, float width, float height ) : CGRect
orgRect this
x float
y float
width float
height float
리턴 CGRect

Add() 공개 정적인 메소드

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

Add() 공개 정적인 메소드

public static Add ( this orgSize, CGSize size ) : CGSize
orgSize this
size CGSize
리턴 CGSize

AddLocation() 공개 정적인 메소드

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

AddSize() 공개 정적인 메소드

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

AddSize() 공개 정적인 메소드

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

DateTimeToNSDate() 공개 정적인 메소드

public static DateTimeToNSDate ( this date ) : NSDate
date this
리턴 NSDate

NSDateToDateTime() 공개 정적인 메소드

public static NSDateToDateTime ( this date ) : System.DateTime
date this
리턴 System.DateTime

SetHeight() 공개 정적인 메소드

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

SetHeight() 공개 정적인 메소드

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

SetLocation() 공개 정적인 메소드

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

SetLocation() 공개 정적인 메소드

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

SetLocation() 공개 정적인 메소드

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

SetSize() 공개 정적인 메소드

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

SetSize() 공개 정적인 메소드

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

SetWidth() 공개 정적인 메소드

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

SetWidth() 공개 정적인 메소드

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

Subtract() 공개 정적인 메소드

public static Subtract ( this orgPoint, CGPoint point ) : CGPoint
orgPoint this
point CGPoint
리턴 CGPoint

Subtract() 공개 정적인 메소드

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

Subtract() 공개 정적인 메소드

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

Subtract() 공개 정적인 메소드

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

Subtract() 공개 정적인 메소드

public static Subtract ( this orgRect, float x, float y, float width, float height ) : CGRect
orgRect this
x float
y float
width float
height float
리턴 CGRect

Subtract() 공개 정적인 메소드

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

SubtractLocation() 공개 정적인 메소드

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

SubtractSize() 공개 정적인 메소드

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