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




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

    Return Value

    New instance of ImGearVectorPoint3D structure.
    See Also