MonobjcMonobjc Documented Class Library
GetControlPointAtIndexValues Method (index, ptr)
NamespacesMonobjc.QuartzCoreCAMediaTimingFunctionGetControlPointAtIndexValues(IntPtr, Single)

Returns the control point for the specified index.

Original signature is '- (void)getControlPointAtIndex:(size_t)index values:(float)ptr'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void GetControlPointAtIndexValues(
	IntPtr index,
	float ptr
)
Public Overridable Sub GetControlPointAtIndexValues ( _
	index As IntPtr, _
	ptr As Single _
)
public:
virtual void GetControlPointAtIndexValues(
	IntPtr index, 
	float ptr
)
Parameters
index (IntPtr)
An integer specifying the index of the control point to return.
ptr (Single)
A pointer to an array that, upon return, will contain the x and y values of the specified point.
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)