MonobjcMonobjc Documented Class Library
FlipImageHorizontal Method (sender)
NamespacesMonobjc.QuartzIKImageViewFlipImageHorizontal(Id)

Flips an image along the horizontal axis.

Original signature is '- (void)flipImageHorizontal:(id)sender'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void FlipImageHorizontal(
	Id sender
)
Public Overridable Sub FlipImageHorizontal ( _
	sender As Id _
)
public:
virtual void FlipImageHorizontal(
	Id^ sender
)
Parameters
sender (Id)
The object initiating the action.
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.Quartz (Module: Monobjc.Quartz)