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;
		}