MonobjcMonobjc Documented Class Library
Path Property
NamespacesMonobjc.QuartzCoreCAShapeLayerPath

The path defining the shape to be rendered. Animatable.

Original signature is '@property CGPathRef path'

Available in Mac OS X v10.6 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)

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