MagicWandSettings.MagicWandSettings
MagicWandSettings(Point)
Initializes a new instance of the MagicWandSettings
class.
public MagicWandSettings(Point point)
Parameter | Type | Description |
---|---|---|
point | Point | The reference point. |
See Also
- struct Point
- class MagicWandSettings
- namespace Aspose.Imaging.MagicWand
- assembly Aspose.Imaging
MagicWandSettings(int, int)
Initializes a new instance of the MagicWandSettings
class.
public MagicWandSettings(int x, int y)
Parameter | Type | Description |
---|---|---|
x | Int32 | The x-coordinate of the reference point. |
y | Int32 | The y-coordinate of the reference point. |
See Also
- class MagicWandSettings
- namespace Aspose.Imaging.MagicWand
- assembly Aspose.Imaging