MagicWandSettings.MagicWandSettings

MagicWandSettings(Point)

Initializes a new instance of the MagicWandSettings class.

public MagicWandSettings(Point point)
ParameterTypeDescription
pointPointThe reference point.

See Also


MagicWandSettings(int, int)

Initializes a new instance of the MagicWandSettings class.

public MagicWandSettings(int x, int y)
ParameterTypeDescription
xInt32The x-coordinate of the reference point.
yInt32The y-coordinate of the reference point.

See Also