Share via


Biometrics.RawSensorData Property

2/27/2008

Gets an unprocessed biometrics image as raw pixel data.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property RawSensorData As Bitmap
public abstract Bitmap RawSensorData { get; }
public:
virtual property Bitmap^ RawSensorData {
    Bitmap^ get () abstract;
}
/** @property */
public abstract Bitmap get_RawSensorData ()
public abstract function get RawSensorData () : Bitmap

Remarks

Holds the biometrics image data as raw pixel data scan lines from the top, left to the bottom, right. SensorColor defines the interpretation of the pixel data.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.

See Also

Reference

Biometrics Class
Biometrics Members
Microsoft.PointOfService Namespace
Biometrics.CapRawSensorData Property
SensorColor