Applies scaling factors to each axis of the receiver’s transformation matrix.
Original signature is '- (void)scaleXBy:(CGFloat)scaleX yBy:(CGFloat)scaleY'
Available in Mac OS X v10.0 and later.

Declaration Syntax
Public Overridable Sub ScaleXByYBy ( _
scaleX As CGFloat, _
scaleY As CGFloat _
)

Parameters
- scaleX (CGFloat)
- The scaling factor to apply to the x axis.
- scaleY (CGFloat)
- The scaling factor to apply to 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)