Applies the specified translation factors to the receiver’s transformation matrix.
Original signature is '- (void)translateXBy:(CGFloat)deltaX yBy:(CGFloat)deltaY'
Available in Mac OS X v10.0 and later.

Declaration Syntax
Public Overridable Sub TranslateXByYBy ( _
deltaX As CGFloat, _
deltaY As CGFloat _
)
public:
virtual void TranslateXByYBy(
CGFloat deltaX,
CGFloat deltaY
)

Parameters
- deltaX (CGFloat)
- The number of units to move along the x axis.
- deltaY (CGFloat)
- The number of units to move along the y axis.

Version Information
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)
Assembly:
Monobjc.Foundation (Module: Monobjc.Foundation)