ImageGear .NET v24.12 - Updated
GetEntityCont Method (ImGearVectorEntityFigure)




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorEntityFigure Class : GetEntityCont Method
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

Reference

ImGearVectorEntityFigure Class
ImGearVectorEntityFigure Members