ImageGear .NET - Updated March 30, 2018
GetViewMax Method




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

Return Value

New instance of ImGearVectorPoint3D structure.
See Also

Reference

ImGearVectorEntityViewport Class
ImGearVectorEntityViewport Members