ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorData Class / CreateView Method




In This Topic
    CreateView Method
    In This Topic
    Creates a new View and adds it to the end of the view container.
    Syntax
    'Declaration
     
    Public Function CreateView() As ImGearVectorView
    'Usage
     
    Dim instance As ImGearVectorData
    Dim value As ImGearVectorView
     
    value = instance.CreateView()
    public ImGearVectorView CreateView()
    public: ImGearVectorView* CreateView(); 
    public:
    ImGearVectorView^ CreateView(); 

    Return Value

    New instance of ImGearVectorView class.
    See Also