XFINIUM.PDF Documentation
CameraToWorldMatrix Property



Gets or sets the camera to world transformation matrix.
Syntax
'Declaration
 
Public Property CameraToWorldMatrix As Double()
'Usage
 
Dim instance As Pdf3DView
Dim value() As Double
 
instance.CameraToWorldMatrix = value
 
value = instance.CameraToWorldMatrix
public double[] CameraToWorldMatrix {get; set;}
public:
property array<double>^ CameraToWorldMatrix {
   array<double>^ get();
   void set (    array<double>^ value);
}

Property Value

A 12-element 3D transformation matrix that specifies a position and orientation of the camera in world coordinates.
Requirements

Supported .NET Platforms: .NET 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

Pdf3DView Class
Pdf3DView Members

Send Feedback