C# Class AVCamBarcode.CGPointExtensions

Show file Open project: xamarin/monotouch-samples

Public Methods

Method Description
WithOffsetX ( this rect, nfloat dx ) : CGPoint
WithOffsetY ( this rect, nfloat dy ) : CGPoint

Method Details

WithOffsetX() public static method

public static WithOffsetX ( this rect, nfloat dx ) : CGPoint
rect this
dx nfloat
return CGPoint

WithOffsetY() public static method

public static WithOffsetY ( this rect, nfloat dy ) : CGPoint
rect this
dy nfloat
return CGPoint