MonobjcMonobjc Documented Class Library
AddClip Method
NamespacesMonobjc.AppKitNSBezierPathAddClip()()()()

Intersects the area enclosed by the receiver's path with the clipping path of the current graphics context and makes the resulting shape the current clipping path.

Original signature is '- (void)addClip'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void AddClip()
Public Overridable Sub AddClip
public:
virtual void AddClip()
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)