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

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

public static CornerTopLeft ( this rect ) : CGPoint
rect this
Результат CGPoint
		public static CGPoint CornerTopLeft (this CGRect rect)
		{
			return rect.Location;
		}