Sets the eye position for perspective viewing.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetEyePoint( _
ByVal Eyept As System.Object _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IModelView
Dim Eyept As System.Object
Dim value As System.Boolean
value = instance.SetEyePoint(Eyept) |
C# | |
---|
System.bool SetEyePoint(
System.object Eyept
) |
C++/CLI | |
---|
System.bool SetEyePoint(
& System.Object^ Eyept
) |
Parameters
- Eyept
- Array of 3 doubles describing the eye position in screen space
Return Value
True if the eye point is set successfully, false if not
Remarks
See Also