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