ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorView Class / GetMinMax Method




In This Topic
    GetMinMax Method (ImGearVectorView)
    In This Topic
    Returns the bounding parallelepiped of the view.
    Syntax
    'Declaration
     
    Public Function GetMinMax() As ImGearVectorMinMax
    'Usage
     
    Dim instance As ImGearVectorView
    Dim value As ImGearVectorMinMax
     
    value = instance.GetMinMax()
    public ImGearVectorMinMax GetMinMax()
    public: ImGearVectorMinMax GetMinMax(); 
    public:
    ImGearVectorMinMax GetMinMax(); 

    Return Value

    Bounding parallelepiped of the view.
    See Also