MonobjcMonobjc Documented Class Library
ImageContainerFrame Property
NamespacesMonobjc.QuartzIKImageBrowserCellImageContainerFrame

Returns the receiver’s image container frame rectangle, which defines the position of the container of the thumbnail.

Original signature is '- (NSRect)imageContainerFrame'

Available in Mac OS X v10.6 and later.

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

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