MonobjcMonobjc Documented Class Library
ImageFrame Property
NamespacesMonobjc.QuartzIKImageBrowserCellImageFrame

Returns the receiver’s image frame rectangle, which defines the position of the thumbnail in its IKImageBrowserView.

Original signature is '- (NSRect)imageFrame'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSRect ImageFrame { get; }
Public Overridable ReadOnly Property ImageFrame As NSRect
	Get
public:
virtual property NSRect ImageFrame {
	NSRect get ();
}
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.Quartz (Module: Monobjc.Quartz)