BarImageable Methods |
The BarImageable type exposes the following members.
| Name | Description | |
|---|---|---|
| GetColumnIntensities | Get the intensities of a pixel column. | |
| GetIntensity | Gets a pixel intensity. | |
| GetRowIntensities | Get the intensities of a pixel row. | |
| Lock | Invoked by ReadBars before it gets pixel data by invoking any of GetIntensity(Int32, Int32), GetColumnIntensities(Int32, Int32), and GetRowIntensities(Int32, Int32). | |
| Unlock | Invoked by ReadBars after it has obtained pixel data through invocations of
GetIntensity(Int32, Int32), GetColumnIntensities(Int32, Int32), or GetRowIntensities(Int32, Int32). |