C# Класс AVCamBarcode.CGRectExtensions

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

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

Метод Описание
CornerBottomLeft ( this rect ) : CGPoint
CornerBottomRight ( this rect ) : CGPoint
CornerTopLeft ( this rect ) : CGPoint
CornerTopRight ( this rect ) : CGPoint
WithHeight ( this rect, nfloat height ) : CGRect
WithLocation ( this rect, CGPoint location ) : CGRect
WithWidth ( this rect, nfloat width ) : CGRect
WithX ( this rect, nfloat x ) : CGRect
WithY ( this rect, nfloat y ) : CGRect

Описание методов

CornerBottomLeft() публичный статический Метод

public static CornerBottomLeft ( this rect ) : CGPoint
rect this
Результат CGPoint

CornerBottomRight() публичный статический Метод

public static CornerBottomRight ( this rect ) : CGPoint
rect this
Результат CGPoint

CornerTopLeft() публичный статический Метод

public static CornerTopLeft ( this rect ) : CGPoint
rect this
Результат CGPoint

CornerTopRight() публичный статический Метод

public static CornerTopRight ( this rect ) : CGPoint
rect this
Результат CGPoint

WithHeight() публичный статический Метод

public static WithHeight ( this rect, nfloat height ) : CGRect
rect this
height nfloat
Результат CGRect

WithLocation() публичный статический Метод

public static WithLocation ( this rect, CGPoint location ) : CGRect
rect this
location CGPoint
Результат CGRect

WithWidth() публичный статический Метод

public static WithWidth ( this rect, nfloat width ) : CGRect
rect this
width nfloat
Результат CGRect

WithX() публичный статический Метод

public static WithX ( this rect, nfloat x ) : CGRect
rect this
x nfloat
Результат CGRect

WithY() публичный статический Метод

public static WithY ( this rect, nfloat y ) : CGRect
rect this
y nfloat
Результат CGRect