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




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

    Return Value

    New instance of ImGearVectorPoint3D structure.
    See Also