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




In This Topic
    GetContent Method (ImGearVectorData)
    In This Topic
    Returns the main content of the drawing. This is always a block.
    Syntax
    'Declaration
     
    Public Function GetContent() As ImGearVectorEntity
    'Usage
     
    Dim instance As ImGearVectorData
    Dim value As ImGearVectorEntity
     
    value = instance.GetContent()
    public ImGearVectorEntity GetContent()
    public: ImGearVectorEntity* GetContent(); 
    public:
    ImGearVectorEntity^ GetContent(); 

    Return Value

    New instance of ImGearVectorEntity class.
    See Also