MonobjcMonobjc Documented Class Library
kCAValueFunctionTranslate Field
NamespacesMonobjc.QuartzCoreCAValueFunctionkCAValueFunctionTranslate

A value function that translates by the input values along all three axis. Animations using this value transform function must provide animation values in an NSArray of three NSNumber instances that specify the (x, y, z) translate values.

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static readonly NSString kCAValueFunctionTranslate
Public Shared ReadOnly kCAValueFunctionTranslate As NSString
public:
static initonly NSString^ kCAValueFunctionTranslate
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)