ImageGear .NET - Updated December 24, 2018
GetViewMin Method




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorEntityViewport Class : GetViewMin Method
Returns the point with minimum coordinates of the view being mapped to the viewport.
Syntax
'Declaration
 
Public Function GetViewMin() As ImGearVectorPoint3D
 
'Usage
 
Dim instance As ImGearVectorEntityViewport
Dim value As ImGearVectorPoint3D
 
value = instance.GetViewMin()

Return Value

New instance of ImGearVectorPoint3D structure.
See Also

Reference

ImGearVectorEntityViewport Class
ImGearVectorEntityViewport Members