ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorView Class / GetLookPoint Method




In This Topic
    GetLookPoint Method
    In This Topic
    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()
    public ImGearVectorPoint3D GetLookPoint()
    public: ImGearVectorPoint3D GetLookPoint(); 
    public:
    ImGearVectorPoint3D GetLookPoint(); 

    Return Value

    ImGearVectorPoint3D structure object.
    See Also