AVCamBarcode.CGRectExtensions.CornerBottomLeft C# (CSharp) Метод

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

public static CornerBottomLeft ( this rect ) : CGPoint
rect this
Результат CGPoint
		public static CGPoint CornerBottomLeft (this CGRect rect)
		{
			return new CGPoint (rect.GetMinX (), rect.GetMaxY ());
		}