次の方法で共有


CameraIntrinsics.ImageHeight プロパティ

定義

カメラの画像の高さをピクセル単位で取得します。

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

プロパティ値

UInt32

unsigned int

uint32_t

カメラの画像の高さ (ピクセル単位)。

適用対象