Click or drag to resize

BitmapData Properties

The BitmapData type exposes the following members.

Properties
  NameDescription
Public propertyBitsPerPixel
Gets the bits per pixel
Public propertyBytesPerPixel
Gets the bytes per pixel
Public propertyControlObject
Gets the platform-specific control object for the bitmap data
Public propertyData
Gets the pointer to the data of the bitmap
Public propertyFlipped
Gets a value indicating that the data is flipped (upside down)
Public propertyImage
Gets the image this data is for
Public propertyScanWidth
Gets the width (in bytes) of each scan line (row) of pixel data
Top
See Also