CustomFilterBlockParameters Members
Include Protected Members
Include Inherited Members
The CustomFilterBlockParameters type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals |
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.) |
|
GetHashCode |
Returns the hash code for this instance.
(Inherited from ValueType.) |
|
ToString |
Returns the fully qualified type name of this instance.
(Inherited from ValueType.) |
Fields
Name | Description | |
---|---|---|
Height |
The height in pixels of the rectangle to process.
|
|
SourcePitch |
The width in bytes of an entire row of source pixels, including the block margins.
|
|
SourceStartIndex |
Byte index in the source buffer where the source rectangle starts.
|
|
Width |
The width in pixels of the rectangle to process. Also the pitch of the target buffer.
|
|
X |
The X coordinate of the top-left pixel of the block within the entire image.
|
|
Y |
The Y coordinate of the top-left pixel of the block within the entire image.
|