ImageGear .NET - Updated October 26, 2017
GetVPMin Method




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

Return Value

New instance of ImGearVectorPoint3D structure.
See Also

Reference

ImGearVectorEntityViewport Class
ImGearVectorEntityViewport Members