MonobjcMonobjc Documented Class Library
Path Property
NamespacesMonobjc.QuartzCoreCAKeyframeAnimationPath

An optional CGPathRef that provides the keyframe values for the receiver.

Original signature is '@property CGPathRef path;'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual IntPtr Path { get; set; }
Public Overridable Property Path As IntPtr
	Get
	Set
public:
virtual property IntPtr Path {
	IntPtr get ();
	void set (IntPtr value);
}
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)