AVCamBarcode.CGRectExtensions.CornerTopLeft C# (CSharp) Méthode

CornerTopLeft() public static méthode

public static CornerTopLeft ( this rect ) : CGPoint
rect this
Résultat CGPoint
		public static CGPoint CornerTopLeft (this CGRect rect)
		{
			return rect.Location;
		}