This document is archived and information here might be outdated. Recommended version. |
Pixel size for the camera.
[Visual Basic .NET] Public Property PixelSize As Double
[C#] public double PixelSize {get; set;}
[C++]
HRESULT get_PixelSize(
double pPixelSize
);
[C++]
HRESULT put_PixelSize(
System.Double* pPixelSize
);
[C++]
Parameters pPixelSize [in]
pPixelSize is a parameter of type double pPixelSize [out, retval]
pPixelSize is a parameter of type double*