ImageGear .NET - Updated December 24, 2018
GetContent Method (ImGearVectorEntityViewport)




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorEntityViewport Class : GetContent Method
Returns viewport content. Usually this is a block containing some other entities.
Syntax
'Declaration
 
Public Function GetContent() As ImGearVectorEntity
 
'Usage
 
Dim instance As ImGearVectorEntityViewport
Dim value As ImGearVectorEntity
 
value = instance.GetContent()

Return Value

New instance of ImGearVectorEntity class.
See Also

Reference

ImGearVectorEntityViewport Class
ImGearVectorEntityViewport Members