The Aurigma.GraphicsMill.AjaxControls.VectorObjects is a root namespace of the AJAX Vector Objects.
Class | Description | |
---|---|---|
BaseRectangleVObject |
This is a base class for all the AJAX vector objects which have bounds. |
|
Canvas |
This class represents the main host object which contains a stack of layers. |
|
CanvasClientSideOptions |
Exposes the property which configures callback for the CurrentVObjectChanged event. |
|
CanvasService |
This class provides direct access to common ASP.NET objects and allows updating vector objects. |
|
Collection<T> |
Represents a collection of items that can be accessed by index. |
|
Common |
Exposes helper mathods used in AJAX Vector Objects. |
|
Config |
This class provides static methods to get AJAX Vector Objects settings from |
|
EllipseVObject |
This class represents a vector ellipse. |
|
ImageVObject |
This class represents a bitmap v-object. |
|
ImageVObjectData |
This class represents a state of an image vector object and allows applying this state to the ImageVObject class instance. |
|
Layer |
This class represents a layer. |
|
LayerCollection |
This class represents a collection of layers. |
|
LayerData |
This class represents a state of a layer and allows applying this state to the Layer class instance. |
|
LineVObject |
This class represents a vector line. |
|
PolylineVObject |
This class represents a vector polyline. |
|
PsdTextVObject |
This class represents an extended text vector object which supports storing original font settings. |
|
PsdTextVObjectData |
This class represents a state of an extended text vector object and allows applying this state to the PsdTextVObject class instance. |
|
RectangleRegion |
This class represents a rectangle region on the layer surface in which v-objects can be placed. |
|
RectangleVObject |
This class represents a vector rectangle. |
|
RectangleVObjectData |
This class represents a state of a rectangle vector object and allows applying this state to the RectangleVObject class instance. |
|
TextVObject |
This class represents a vector text block. |
|
TextVObjectData |
This class represents a state of a text vector object and allows applying this state to the TextVObject class instance. |
|
Transform |
Exposes properties which configure v-object transformation. |
|
VObject |
This is a base class for all the AJAX vector objects. |
|
VObjectCollection |
This class represents a collection of v-objects. |
|
VObjectData |
This is a base class for all the classes which represent a state of a vector object. |
Structure | Description | |
---|---|---|
LayerTypeData |
Represents a pair of layer type and its data. |
Enumeration | Description | |
---|---|---|
TextAlignment |
Contains text alignment types. |
|
VObjectAction |
Contains v-object actions. |
|
VObjectMode |
Contains available states of the VObject. |