Description
Read-write property exposing the 0-based y-coordinate of the central element.
-
Property type
-
A Long value.
-
Syntax
-
object.OffsetY [= value]
The OffsetY Property syntax has these parts: |
| object | An expression evaluating to an object of type McKernel. | | value | A Long value. | Remarks
This value is used by convolution and morphological filters to position the kernel around the current pixel.
For a kernel containing several definitions (Count > 1), this property reflects the definition identified by Index.
|