MonobjcMonobjc Documented Class Library
ScaleXByYBy Method (scaleX, scaleY)
NamespacesMonobjc.FoundationNSAffineTransformScaleXByYBy(CGFloat, CGFloat)

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
C#Visual BasicVisual C++
public virtual void ScaleXByYBy(
	CGFloat scaleX,
	CGFloat scaleY
)
Public Overridable Sub ScaleXByYBy ( _
	scaleX As CGFloat, _
	scaleY As CGFloat _
)
public:
virtual void ScaleXByYBy(
	CGFloat scaleX, 
	CGFloat scaleY
)
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)