Piccolo.NET

P3DRectangle Class

This is a simple node that draws a "3D" rectangle within it's bounds.

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

System.Object
   PNode
      P3DRectangle

public class P3DRectangle : PNode

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

Drawing a 3D rectangle in a zooming environment is a little tricky because you generally do not want the 3D borders to get scaled. This version always draws the 3D border at a fixed 2 pixel width.

Requirements

Namespace: UMD.HCIL.PiccoloX.Nodes

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

See Also

P3DRectangle Members | UMD.HCIL.PiccoloX.Nodes Namespace