CustomFilterBlockParameters Fields

The CustomFilterBlockParameters type exposes the following members.

  Name Description
Public field Height
The height in pixels of the rectangle to process.
Public field SourcePitch
The width in bytes of an entire row of source pixels, including the block margins.
Public field SourceStartIndex
Byte index in the source buffer where the source rectangle starts.
Public field Width
The width in pixels of the rectangle to process. Also the pitch of the target buffer.
Public field X
The X coordinate of the top-left pixel of the block within the entire image.
Public field Y
The Y coordinate of the top-left pixel of the block within the entire image.
Show: