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

Returns the bounding rectangle of the tick mark at the given index.

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

Available in Mac OS X v10.0 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)
The index of the tick mark for which to retrieve the bounds. The minimum-value tick mark is at index 0.
Return Value
The bounding rectangle of the specified tick mark.
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)