ScreenRegionSelector(Color, Int32, Color, Double) Constructor

Initializes a new instance of the ScreenRegionSelector class.

Definition

Namespace: DevCase.Core.Media.Graphics
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public ScreenRegionSelector(
	Color borderColor,
	int borderSize,
	Color backgroundColor,
	double backgroundOpacity
)

Parameters

borderColor  Color
The border color of the region selector.
borderSize  Int32
The border size of the region selector.
backgroundColor  Color
The background color of the region selector.
backgroundOpacity  Double
The background opacity of the region selector.

See Also