ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorLayer Class
Members




In This Topic
    ImGearVectorLayer Class
    In This Topic
    Contains drawing attributes that can be applied to several entities.
    Object Model
    ImGearVectorLayer ClassImGearVectorColorEx StructureImGearVectorColorEx Structure
    Syntax
    'Declaration
     
    Public Class ImGearVectorLayer 
       Inherits ImGearVectorObject
    'Usage
     
    Dim instance As ImGearVectorLayer
    public class ImGearVectorLayer : ImGearVectorObject 
    public __gc class ImGearVectorLayer : public ImGearVectorObject 
    public ref class ImGearVectorLayer : public ImGearVectorObject 
    Remarks
    The layer is created by vector data object and can be attached to any entity.
    Inheritance Hierarchy

    System.Object
       ImageGear.Vector.ImGearVectorObject
          ImageGear.Vector.ImGearVectorLayer

    See Also