C# Class AVCamBarcode.CGRectExtensions

Datei anzeigen Open project: xamarin/monotouch-samples

Public Methods

Method Description
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

Method Details

CornerBottomLeft() public static method

public static CornerBottomLeft ( this rect ) : CGPoint
rect this
return CGPoint

CornerBottomRight() public static method

public static CornerBottomRight ( this rect ) : CGPoint
rect this
return CGPoint

CornerTopLeft() public static method

public static CornerTopLeft ( this rect ) : CGPoint
rect this
return CGPoint

CornerTopRight() public static method

public static CornerTopRight ( this rect ) : CGPoint
rect this
return CGPoint

WithHeight() public static method

public static WithHeight ( this rect, nfloat height ) : CGRect
rect this
height nfloat
return CGRect

WithLocation() public static method

public static WithLocation ( this rect, CGPoint location ) : CGRect
rect this
location CGPoint
return CGRect

WithWidth() public static method

public static WithWidth ( this rect, nfloat width ) : CGRect
rect this
width nfloat
return CGRect

WithX() public static method

public static WithX ( this rect, nfloat x ) : CGRect
rect this
x nfloat
return CGRect

WithY() public static method

public static WithY ( this rect, nfloat y ) : CGRect
rect this
y nfloat
return CGRect