MonobjcMonobjc Documented Class Library
ItemFrameAtIndex Method (index)
NamespacesMonobjc.QuartzIKImageBrowserViewItemFrameAtIndex(NSInteger)

Returns the frame rectangle for the item located at the specified index.

Original signature is '- (NSRect)itemFrameAtIndex:(NSInteger)index'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSRect ItemFrameAtIndex(
	NSInteger index
)
Public Overridable Function ItemFrameAtIndex ( _
	index As NSInteger _
) As NSRect
public:
virtual NSRect ItemFrameAtIndex(
	NSInteger index
)
Parameters
index (NSInteger)
The index of the item whose frame rectangle you want to obtain.
Return Value
The frame rectangle of the item.
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.Quartz (Module: Monobjc.Quartz)