Re: Multi-layer drawing

From: Jeff Bennett (jeff_at_bennet-tec.com)
Date: 09/30/04


Date: 29 Sep 2004 17:42:08 -0700


"Sam" <qdo@datawave.ca> wrote in message news:<ew7xxyMpEHA.3252@TK2MSFTNGP14.phx.gbl>...

> Does anyone know if .net supports multi-layer drawing?
> I need to draw different shapes (or remove them)
> on different layers

As you've gotten a couple of replies letting you know
that there is no native support for this,
I thought I'd let you know about a possible solution.

Our MetaDraw component will support your requirements
This is available as a .NET Winforms component for use
in .NET Winforms applications, or as an OCX control for
use in standard applications or in a web page.

MetaDraw will allow you to draw shapes ( by code or you can
allow end-user to draw with mouse ) and remove shapes.
You can group shapes into containers ( our equivalent of layers),
and you can remove shapes. You can allow the user to drag
shapes around, resize them, rotate them. When grouped into
containers, you can allow user to select, move, resize entire
container. You can change the layering order of shapes or
entire containers. You can hide or show shapes or containers.
Other features include UnDo and ReDo, Scrolling, Zooming, Save and Load,
Print.

Check it out at www.MetaDraw.com

I'd be happy to answer any questions

      * * * * Please include a copy of this message with your reply

        Jeff Bennett
        Jeff@Bennet-Tec.Com

        * Bennet-Tec Information Systems, Inc
        * 50 Jericho Tpk, Jericho, NY 11753
        * Phone 516 997 5596, Fax - 5597
        * RELIABLE Components Make You Look Sharp!
        * TList/Pro * ALLText HT/Pro * MetaDraw *
        * Custom Software Development Services Too.
        * WWW.Bennet-Tec.Com
        
=================== ===================



Relevant Pages

  • Re: Proper way to put an abstract base class into a container
    ... I'm doing a toy project which makes a 80x20 matrix of containers, ... shapes keep gasses in the longest. ... will itself have a reference to a list of the particles on top of it. ... it and make it return references to the typename by making pointers ...
    (comp.lang.cpp)
  • Re: Proper way to put an abstract base class into a container
    ... > I'm doing a toy project which makes a 80x20 matrix of containers, ... > shapes keep gasses in the longest. ... > will itself have a reference to a list of the particles on top of it. ... pointers are an option. ...
    (comp.lang.cpp)
  • Add border (line) around text block in an Org Chart Shape
    ... the Org Chart shapes have 5 containers for displaying custom ... line, or display a boder, around Block 2 and Block 3. ...
    (microsoft.public.visio.general)
  • Re: Find shapes at all layers at all pages in C++
    ... My problem is that I do not know how to move between the pages / layers ... but is just a property of the shapes. ... There might be found any example in Visio Information. ... Dim PagObj As Visio.Page ...
    (microsoft.public.visio.developer)
  • Re: Ways to check shape visibility?
    ... This macro will print out the shapes without layers, shapes on visible layers, and the visble shapes in groups on invisible layers. ... For Each lyr In Visio.ActivePage.Layers ...
    (microsoft.public.visio.developer)