ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorEntityViewport Class / GetBoundary Method




In This Topic
    GetBoundary Method
    In This Topic
    Gets an entity that bounds the viewport.
    Syntax
    'Declaration
     
    Public Function GetBoundary() As ImGearVectorEntity
    'Usage
     
    Dim instance As ImGearVectorEntityViewport
    Dim value As ImGearVectorEntity
     
    value = instance.GetBoundary()
    public ImGearVectorEntity GetBoundary()
    public: ImGearVectorEntity* GetBoundary(); 
    public:
    ImGearVectorEntity^ GetBoundary(); 

    Return Value

    New instance of ImGearVectorEntity class.
    Remarks
    The entity that bounds the viewport can be a rectangle, a polyline, an ellipse or other type of entitity. If the boundary is not set, the viewport is bounded by the values specified by VPMin (, ) and VPMax (, ).
    See Also