AVCamBarcode.CGRectExtensions.CornerTopLeft C# (CSharp) Method

CornerTopLeft() public static method

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