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

WithHeight() 공개 정적인 메소드

public static WithHeight ( this rect, nfloat height ) : CGRect
rect this
height nfloat
리턴 CGRect
		public static CGRect WithHeight (this CGRect rect, nfloat height)
		{
			rect.Height = height;
			return rect;
		}