ImageGear .NET - Updated December 24, 2018
GetView Method (ImGearVectorData)




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorData Class : GetView Method
Index of view to be returned.
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)

Parameters

index
Index of view to be returned.

Return Value

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

Reference

ImGearVectorData Class
ImGearVectorData Members