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