Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Entity Class / ComputeOffsetOnCameraAxes Method / ComputeOffsetOnCameraAxes(OffsetOnCameraAxesParams) Method
Camera offset data

In This Topic
    ComputeOffsetOnCameraAxes(OffsetOnCameraAxesParams) Method
    In This Topic
    Computes the intersection of the lines passing from the vertices and oriented like the frustum planes with the X and Y axes of the camera.
    Syntax
    'Declaration
     
    Protected Friend Overloads Overridable Sub ComputeOffsetOnCameraAxes( _
       ByVal data As OffsetOnCameraAxesParams _
    ) 
    protected internal virtual void ComputeOffsetOnCameraAxes( 
       OffsetOnCameraAxesParams data
    )

    Parameters

    data
    Camera offset data
    See Also