This class represents a designer which creates ImageVObject.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)

Syntax

Visual Basic

Public Class ImageVObjectCreateDesigner _
	Inherits ClickDragCreateDesigner

C#

public class ImageVObjectCreateDesigner : ClickDragCreateDesigner

Remarks

This class is used when the user adds a bitmap to a layer. It lets the user select an area that will be occupied by the bitmap.

Inheritance Hierarchy

System..::.Object L Aurigma.GraphicsMill.WinControls..::.ClickDragCreateDesigner L Aurigma.GraphicsMill.WinControls..::.ImageVObjectCreateDesigner

Thread Safety

Static members of this type are safe for multi-threaded operations. Instance members of this type are not safe for multi-threaded operations.