public final class FloodFillDirectionalMode
extends com.aspose.ms.System.Enum
Specifies how a Magic Wand algorithm is working.
| Modifier and Type | Field and Description |
|---|---|
static int |
EightDirectional
Fill spreads in all directions (including diagonally).
|
static int |
FourDirectional
Fill spreads only horizontally and vertically.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString, toStringpublic static final int FourDirectional
Fill spreads only horizontally and vertically.
public static final int EightDirectional
Fill spreads in all directions (including diagonally).
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.