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