[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Annotations.Model3DView.TryGetCameraPosition

TryGetCameraPosition Method

TryGetCameraPosition(out Matrix3D)

Attempts to get transformation matrix that specifies a position and orientation of the camera in world coordinates.

Declaration
public bool TryGetCameraPosition(out Matrix3D value)
Public Function TryGetCameraPosition(ByRef value As Matrix3D) As Boolean
Parameters
Type Name Description
Matrix3D value

OUT: The transformation matrix.

Returns
Type Description
bool

true if the matrix successfully parsed; otherwise, false.