C# Class AVCamBarcode.CGRectExtensions

Afficher le fichier Open project: xamarin/monotouch-samples

Méthodes publiques

Méthode 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 méthode

public static CornerBottomLeft ( this rect ) : CGPoint
rect this
Résultat CGPoint

CornerBottomRight() public static méthode

public static CornerBottomRight ( this rect ) : CGPoint
rect this
Résultat CGPoint

CornerTopLeft() public static méthode

public static CornerTopLeft ( this rect ) : CGPoint
rect this
Résultat CGPoint

CornerTopRight() public static méthode

public static CornerTopRight ( this rect ) : CGPoint
rect this
Résultat CGPoint

WithHeight() public static méthode

public static WithHeight ( this rect, nfloat height ) : CGRect
rect this
height nfloat
Résultat CGRect

WithLocation() public static méthode

public static WithLocation ( this rect, CGPoint location ) : CGRect
rect this
location CGPoint
Résultat CGRect

WithWidth() public static méthode

public static WithWidth ( this rect, nfloat width ) : CGRect
rect this
width nfloat
Résultat CGRect

WithX() public static méthode

public static WithX ( this rect, nfloat x ) : CGRect
rect this
x nfloat
Résultat CGRect

WithY() public static méthode

public static WithY ( this rect, nfloat y ) : CGRect
rect this
y nfloat
Résultat CGRect