ImageGear .NET - Updated
GetView Method (ImGearVectPage)




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectPage 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 ImGearVectPage
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

Reference

ImGearVectPage Class
ImGearVectPage Members