Compositor.CreateColorBrush 方法

定义

重载

CreateColorBrush()

创建 CompositionColorBrush 的实例。

CreateColorBrush(Color)

使用指定颜色创建 CompositionColorBrush 的实例。

CreateColorBrush()

创建 CompositionColorBrush 的实例。

public:
 virtual CompositionColorBrush ^ CreateColorBrush() = CreateColorBrush;
/// [Windows.Foundation.Metadata.Overload("CreateColorBrush")]
CompositionColorBrush CreateColorBrush();
[Windows.Foundation.Metadata.Overload("CreateColorBrush")]
public CompositionColorBrush CreateColorBrush();
function createColorBrush()
Public Function CreateColorBrush () As CompositionColorBrush

返回

返回创建的 CompositionColorBrush 对象。

属性

Windows 要求

设备系列
Windows 10 (在 10.0.10586.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v2.0 中引入)

另请参阅

适用于

CreateColorBrush(Color)

使用指定颜色创建 CompositionColorBrush 的实例。

public:
 virtual CompositionColorBrush ^ CreateColorBrush(Color color) = CreateColorBrush;
/// [Windows.Foundation.Metadata.Overload("CreateColorBrushWithColor")]
CompositionColorBrush CreateColorBrush(Color const& color);
[Windows.Foundation.Metadata.Overload("CreateColorBrushWithColor")]
public CompositionColorBrush CreateColorBrush(Color color);
function createColorBrush(color)
Public Function CreateColorBrush (color As Color) As CompositionColorBrush

参数

color
Color

要使用的画笔的颜色。

返回

返回创建的 CompositionColorBrush 对象。

属性

Windows 要求

设备系列
Windows 10 (在 10.0.10586.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v2.0 中引入)

另请参阅

适用于