ImageGear .NET - Updated December 24, 2018
GetLookPoint Method




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorView Class : GetLookPoint Method
Returns the point in 3D space that the view's camera is looking at. See corresponding method SetLookPoint for more information.
Syntax
'Declaration
 
Public Function GetLookPoint() As ImGearVectorPoint3D
 
'Usage
 
Dim instance As ImGearVectorView
Dim value As ImGearVectorPoint3D
 
value = instance.GetLookPoint()

Return Value

ImGearVectorPoint3D structure object.
See Also

Reference

ImGearVectorView Class
ImGearVectorView Members
ImGearVectorPoint3D Structure