ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorData Class / GetView Method
Index of view to be returned.




In This Topic
    GetView Method (ImGearVectorData)
    In This Topic
    Returns a view from the specified index.
    Syntax
    'Declaration
     
    Public Function GetView( _
       ByVal index As Integer _
    ) As ImGearVectorView
    'Usage
     
    Dim instance As ImGearVectorData
    Dim index As Integer
    Dim value As ImGearVectorView
     
    value = instance.GetView(index)
    public ImGearVectorView GetView( 
       int index
    )
    public: ImGearVectorView* GetView( 
       int index
    ) 
    public:
    ImGearVectorView^ GetView( 
       int index
    ) 

    Parameters

    index
    Index of view to be returned.

    Return Value

    ImGearVectorView class object representing the view at the specified index.
    See Also