Bitmap for UWP
Create(RenderTarget,ColorF) メソッド

C1.UWP.DX アセンブリ > C1.Util.DX.Direct2D 名前空間 > SolidColorBrush クラス > Create メソッド : Create(RenderTarget,ColorF) メソッド
an instance of RenderTarget
The red, green, blue, and alpha values of the brush's color.
Creates a new SolidColorBrushthat has the specified color and opacity.
シンタックス
'宣言
 
Public Overloads Shared Function Create( _
   ByVal renderTarget As RenderTarget, _
   ByVal color As ColorF _
) As SolidColorBrush
public static SolidColorBrush Create( 
   RenderTarget renderTarget,
   ColorF color
)

パラメータ

renderTarget
an instance of RenderTarget
color
The red, green, blue, and alpha values of the brush's color.
参照

SolidColorBrush クラス
SolidColorBrush メンバ
オーバーロード一覧