AVCamBarcode.CGRectExtensions.WithY C# (CSharp) Метод

WithY() публичный статический Метод

public static WithY ( this rect, nfloat y ) : CGRect
rect this
y nfloat
Результат CGRect
		public static CGRect WithY (this CGRect rect, nfloat y)
		{
			rect.Y = y;
			return rect;
		}