ImageGear .NET - Updated
SetMinMax Method




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorView Class : SetMinMax Method
New bounding parallelepiped for the View.
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

Reference

ImGearVectorView Class
ImGearVectorView Members
ImGearVectorMinMax Structure