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




In This Topic
    GetViewMin Method
    In This Topic
    Returns the point with minimum coordinates of the view being mapped to the viewport.
    Syntax
    'Declaration
     
    Public Function GetViewMin() As ImGearVectorPoint3D
    'Usage
     
    Dim instance As ImGearVectorEntityViewport
    Dim value As ImGearVectorPoint3D
     
    value = instance.GetViewMin()
    public ImGearVectorPoint3D GetViewMin()
    public: ImGearVectorPoint3D GetViewMin(); 
    public:
    ImGearVectorPoint3D GetViewMin(); 

    Return Value

    New instance of ImGearVectorPoint3D structure.
    See Also