This document is archived and information here might be outdated. Recommended version. |
The intensity.
[Visual Basic .NET]
Public Property Intensity As Integer
[C#]
public int Intensity {get; set;}
[C++]
HRESULT get_Intensity(
long pIntensity
);
[C++]
HRESULT put_Intensity(
System.Int32* pIntensity
);
[C++] Parameters pIntensity [in]
pIntensity is a parameter of type long pIntensity [out, retval]
pIntensity is a parameter of type long*