ImageGear .NET - Updated
GetMinMax Method (ImGearVectorView)




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorView Class : GetMinMax Method
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

Reference

ImGearVectorView Class
ImGearVectorView Members
ImGearVectorMinMax Structure