BitmapData Class

A locked set of bitmap data in memory.
Hierarchy
SystemObject
  WebSupergoo.WordGlue4.RenderingBitmapData

 

Namespace:  WebSupergoo.WordGlue4.Rendering
Assembly:  WordGlue4 (in WordGlue4.dll) Version: 4.1.0.0 (4.1.0.0)
Syntax
public sealed class BitmapData

The BitmapData type exposes the following members.

Methods
  Name Description
Public method GetBytes
Gets the pixels as an array of bytes.
Public method SetBytes
Sets the pixels from an array of bytes.
Top
Fields
  Name Description
Public field Format
The format of data held in each pixel.
Public field Height
The height of the image in pixels.
Public field Scan0
A pointer to the first pixel in memory.
Public field Step
The number of bits in one pixel.
Public field Stride
The number of bytes in one horizontal line. This may include some end of line padding.
Public field Width
The width of the image in pixels.
Top
See Also