MonobjcMonobjc Documented Class Library
RectOfTickMarkAtIndex Method (index)
NamespacesMonobjc.AppKitNSLevelIndicatorRectOfTickMarkAtIndex(NSInteger)

Returns the bounding rectangle of the tick mark identified by index (the minimum-value tick mark is at index 0).

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

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSRect RectOfTickMarkAtIndex(
	NSInteger index
)
Public Overridable Function RectOfTickMarkAtIndex ( _
	index As NSInteger _
) As NSRect
public:
virtual NSRect RectOfTickMarkAtIndex(
	NSInteger index
)
Parameters
index (NSInteger)
MISSING
Return Value

[Missing <returns> documentation for "M:Monobjc.AppKit.NSLevelIndicator.RectOfTickMarkAtIndex(Monobjc.Foundation.NSInteger)"]

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.AppKit (Module: Monobjc.AppKit)