Piccolo.NET

PClip Class

PClip is a simple node that applies a clip before rendering or picking its children.

For a list of all members of this type, see PClip Members.

System.Object
   PNode
      PPath
         PClip

public class PClip : PPath

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

PClip is a subclass of PPath. The clip applied is the GraphicsPath wrapped by the base class. See UMD.HCIL.PiccoloExample.ClipExample.

Requirements

Namespace: UMD.HCIL.PiccoloX.Nodes

Assembly: UMD.HCIL.PiccoloX (in UMD.HCIL.PiccoloX.dll)

See Also

PClip Members | UMD.HCIL.PiccoloX.Nodes Namespace