ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorView Class / SetMinMax Method
New bounding parallelepiped for the View.




In This Topic
    SetMinMax Method
    In This Topic
    Sets the bounding parallelepiped of the view.
    Syntax
    'Declaration
     
    Public Sub SetMinMax( _
       ByVal bounds As ImGearVectorMinMax _
    ) 
    'Usage
     
    Dim instance As ImGearVectorView
    Dim bounds As ImGearVectorMinMax
     
    instance.SetMinMax(bounds)
    public void SetMinMax( 
       ImGearVectorMinMax bounds
    )
    public: void SetMinMax( 
       ImGearVectorMinMax bounds
    ) 
    public:
    void SetMinMax( 
       ImGearVectorMinMax bounds
    ) 

    Parameters

    bounds
    New bounding parallelepiped for the View.
    See Also