The onlyDiagonal property specifies whether black pixels should only be eroded in a diagonal direction.
Read-write property
Visual Basic |
---|
Public Property onlyDiagonal() As Boolean |
The default value is False.
This value can only be set to True if the direction property is set to two adjacent directions. Typically, this is set to False. It is an error to set this to True if direction is not set to a pair of adjacent directions.