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