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




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

    Return Value

    New instance of ImGearVectorPoint3D structure.
    See Also