Piccolo.NET

PCanvas Class

PCanvas is a simple C# Control that can be used to embed Piccolo into a C# application.

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

System.Object
   MarshalByRefObject
      Component
         Control
            PCanvas

public class PCanvas : Control

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

Canvases view the Piccolo scene graph through a camera. The canvas manages screen updates coming from this camera, and forwards mouse and keyboard events to the camera.

Requirements

Namespace: UMD.HCIL.Piccolo

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

See Also

PCanvas Members | UMD.HCIL.Piccolo Namespace


Web Accessibility