ImmutableSolidColorBrush.

ImmutableSolidColorBrush(ISolidColorBrush) Constructor

Summary

Initializes a new instance of the ImmutableSolidColorBrush class.

Syntax

public ImmutableSolidColorBrush(ISolidColorBrush source)

Parameters

Name Type Description
source ISolidColorBrush The brush from which this brush's properties should be copied.

Return Value

Type Description
void