MonobjcMonobjc Documented Class Library
IsFlipped Property
NamespacesMonobjc.AppKitNSImageIsFlipped

Returns a Boolean value indicating whether the image uses a flipped coordinate system. (Deprecated in Mac OS X v10.6. The flipped property of an image was widely misunderstood and has been deprecated. Use drawInRect:fromRect:operation:fraction:respectFlipped:hints: to draw respecting a context’s flipped status and lockFocusFlipped: to draw into a flipped image.)

Original signature is '- (BOOL)isFlipped'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
[ObsoleteAttribute("Deprecated in Mac OS X v10.6. The flipped property of an image was widely misunderstood and has been deprecated. Use drawInRect:fromRect:operation:fraction:respectFlipped:hints: to draw respecting a context’s flipped status and lockFocusFlipped: to draw into a flipped image.")]
public virtual bool IsFlipped { get; set; }
<ObsoleteAttribute("Deprecated in Mac OS X v10.6. The flipped property of an image was widely misunderstood and has been deprecated. Use drawInRect:fromRect:operation:fraction:respectFlipped:hints: to draw respecting a context’s flipped status and lockFocusFlipped: to draw into a flipped image.")> _
Public Overridable Property IsFlipped As Boolean
	Get
	Set
[ObsoleteAttribute(L"Deprecated in Mac OS X v10.6. The flipped property of an image was widely misunderstood and has been deprecated. Use drawInRect:fromRect:operation:fraction:respectFlipped:hints: to draw respecting a context’s flipped status and lockFocusFlipped: to draw into a flipped image.")]
public:
virtual property bool IsFlipped {
	bool get ();
	void set (bool value);
}
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.AppKit (Module: Monobjc.AppKit)