MonobjcMonobjc Documented Class Library
IsGeometryFlipped Property
NamespacesMonobjc.QuartzCoreCALayerIsGeometryFlipped

Determines if the geometry of the layer and its sublayers are flipped vertically.

Original signature is '@property(getter=isGeometryFlipped) BOOL geometryFlipped'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool IsGeometryFlipped { get; set; }
Public Overridable Property IsGeometryFlipped As Boolean
	Get
	Set
public:
virtual property bool IsGeometryFlipped {
	bool get ();
	void set (bool value);
}
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)