Determines the difference between two lines of a bitmap.
__property unsigned char* Pixels;
Description
Use Pitch to determine the value that must be added to a pointer to get a pointer to the same column in the next line. Usually, Pitch is not the same as Width. Pitch must be used together with the Pixels property. To read more about it, see Pixels.