This class represents a bitmap v-object.

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

Syntax

Visual Basic

<SerializableAttribute> _
Public Class ImageVObject _
	Inherits VObject

C#

[SerializableAttribute]
public class ImageVObject : VObject

Remarks

Use this class when you need to add a raster image as an object to a layer.

Inheritance Hierarchy

System..::.Object L Aurigma.GraphicsMill.WinControls..::.VObject L Aurigma.GraphicsMill.WinControls..::.ImageVObject

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.