Reg: Product Depth

Hi All,

I am using webbased goDiagram planogram tool. here when i add the objects(note/balloon note) all are based on height and width.its possible to consider the depth for the objects. please guide me how to recover?

If you want to keep track of each item’s depth (i.e. Z coordinates), you can do so. GoDiagram itself, though, just operates in 2D.

hi when i using RectangleF class to make rectangle object it’s have x,y,height,width. here i want to use depth how?

GDI+ and System.Drawing just operate in 2D. You’ll need to keep and use any 3D information yourself.

Please show me samples how to set depth for RectangleF Class.