Share via


CustomFilterBlockParameters Members

Include Protected Members
Include Inherited Members

The CustomFilterBlockParameters type exposes the following members.

Methods

  Name Description
Public method Equals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public method GetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public method ToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)

Fields

  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.

See Also

CustomFilterBlockParameters Structure

Lumia.Imaging.Custom Namespace