AVCamBarcode.CGRectExtensions.CornerTopRight C# (CSharp) 메소드

CornerTopRight() 공개 정적인 메소드

public static CornerTopRight ( this rect ) : CGPoint
rect this
리턴 CGPoint
		public static CGPoint CornerTopRight (this CGRect rect)
		{
			return rect.Location.WithOffsetX (rect.Width);
		}