MonobjcMonobjc Documented Class Library
SelectionFrame Property
NamespacesMonobjc.QuartzIKImageBrowserCellSelectionFrame

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

Original signature is '- (NSRect)selectionFrame'

Available in Mac OS X v10.6 and later.

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

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