C# Класс UICalendar.Extensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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