An NDoc Documented Class Library

Sketch Constructor

Construct a blank Sketch

Overload List

Construct a blank Sketch

public Sketch();

Construct a Sketch with given Shapes and XML attributes.

public Sketch(Shape[],XmlSketchAttrs);

Create a new Sketch from an old one

public Sketch(Sketch);

Construct a Sketch with Strokes, Shapes, and XML attributes.

public Sketch(Stroke[],Shape[],XmlSketchAttrs);

Construct a Sketch with given Strokes and XML attributes.

public Sketch(Stroke[],XmlSketchAttrs);

Construct a Sketch with Strokes, Shapes, and XML attributes.

public Sketch(ArrayList,ArrayList,XmlSketchAttrs);

See Also

Sketch Class | Sketch Namespace