Creates and returns a new instance of CAMediaTimingFunction configured with the predefined timing function specified by name.
Original signature is '+ (id)functionWithName:(NSString *)name'
Available in Mac OS X v10.5 and later.

C# | Visual Basic | Visual C++ |
public static CAMediaTimingFunction FunctionWithName( NSString name )
Public Shared Function FunctionWithName ( _ name As NSString _ ) As CAMediaTimingFunction
public: static CAMediaTimingFunction^ FunctionWithName( NSString^ name )

- name (NSString)
- The timing function to use as specified in “Predefined timing functions”.

A new instance of CAMediaTimingFunction with the timing function specified by name.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)