ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorEntityFigure Class / GetEntityCont Method




In This Topic
    GetEntityCont Method (ImGearVectorEntityFigure)
    In This Topic
    Returns an entity container defining the current region.
    Syntax
    'Declaration
     
    Public Function GetEntityCont() As ImGearVectorEntityCont
    'Usage
     
    Dim instance As ImGearVectorEntityFigure
    Dim value As ImGearVectorEntityCont
     
    value = instance.GetEntityCont()
    public ImGearVectorEntityCont GetEntityCont()
    public: ImGearVectorEntityCont* GetEntityCont(); 
    public:
    ImGearVectorEntityCont^ GetEntityCont(); 

    Return Value

    New instance of ImGearVectorEntityCont class object.
    Remarks
    Current region is set by the SetRegion method.
    See Also