ScreenRegionSelector(Color, Int32, Color, Double) Constructor
Namespace: DevCase.Core.Media.GraphicsAssembly: 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
)
Public Sub New (
borderColor As Color,
borderSize As Integer,
backgroundColor As Color,
backgroundOpacity As Double
)
Dim borderColor As Color
Dim borderSize As Integer
Dim backgroundColor As Color
Dim backgroundOpacity As Double
Dim instance As New ScreenRegionSelector(borderColor,
borderSize, backgroundColor, backgroundOpacity)
public:
ScreenRegionSelector(
Color borderColor,
int borderSize,
Color backgroundColor,
double backgroundOpacity
)
new :
borderColor : Color *
borderSize : int *
backgroundColor : Color *
backgroundOpacity : float -> ScreenRegionSelector
No code example is currently available or this language may not be supported.
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.