CameraIntrinsics.FocalLength Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the focal length of the camera.
public:
property float2 FocalLength { float2 get(); };
float2 FocalLength();
public Vector2 FocalLength { get; }
var vector2 = cameraIntrinsics.focalLength;
Public ReadOnly Property FocalLength As Vector2
Property Value
The focal length of the camera.