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

CornerBottomRight() 공개 정적인 메소드

public static CornerBottomRight ( this rect ) : CGPoint
rect this
리턴 CGPoint
		public static CGPoint CornerBottomRight (this CGRect rect)
		{
			return new CGPoint (rect.GetMaxX (), rect.GetMaxY ());
		}