ImageGear .NET v24.12 - Updated
GetBoundary Method




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

Reference

ImGearVectorEntityViewport Class
ImGearVectorEntityViewport Members
GetVPMin Method
SetVPMin Method
GetVPMax Method
SetVPMax Method