ImageGear for .NET User Guide > Using ImageGear for .NET > Using ImageGear.Vector Namespace > Displaying and Manipulating Vector Data |
Vector drawings are displayed using the normal ImageGear display methods. However, there is a specific API for controlling display and manipulation of the vector data. ImGearVectPage Class provides a property called VectorData Property, which returns an ImGearVectorData Class object that can be used to access a drawing's vector data. This object provides methods and properties for working with individual vector entities as well as controlling how the vector data is displayed.
Also see the C# Vector sample for a demonstration of the use of ImGearVectorData Class.
This section provides information about the following: