AVCamBarcode.CGRectExtensions.CornerBottomLeft C# (CSharp) Method

CornerBottomLeft() public static method

public static CornerBottomLeft ( this rect ) : CGPoint
rect this
return CGPoint
		public static CGPoint CornerBottomLeft (this CGRect rect)
		{
			return new CGPoint (rect.GetMinX (), rect.GetMaxY ());
		}