CircleMask.CircleMask

CircleMask(int, int, int)

Initializes a new instance of the CircleMask class with the specified center point and radius.

public CircleMask(int x, int y, int radius)
ParameterTypeDescription
xInt32The x-coordinate of the center point of the selected area.
yInt32The y-coordinate of the center point of the selected area.
radiusInt32Radius of the selected area.

See Also


CircleMask(Point, int)

Initializes a new instance of the CircleMask class with the specified center point and radius.

public CircleMask(Point center, int radius)
ParameterTypeDescription
centerPointThe center point of the selected area.
radiusInt32Radius of the selected area.

See Also