Sets the eye position for perspective viewing.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function ISetEyePoint( _
ByRef Eyept As System.Double _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IModelView
Dim Eyept As System.Double
Dim value As System.Boolean
value = instance.ISetEyePoint(Eyept) |
C# | |
---|
System.bool ISetEyePoint(
ref System.double Eyept
) |
C++/CLI | |
---|
System.bool ISetEyePoint(
& System.double% 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