CameraIntrinsics.ImageWidth 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 image width of the camera, in pixels.
public:
property unsigned int ImageWidth { unsigned int get(); };
uint32_t ImageWidth();
public uint ImageWidth { get; }
var uInt32 = cameraIntrinsics.imageWidth;
Public ReadOnly Property ImageWidth As UInteger
Property Value
The image width of the camera, in pixels.