'宣言 Public Overloads Shared Function Create( _ ByVal renderTarget As RenderTarget, _ ByVal bitmap As Bitmap, _ ByVal brushProperties As BrushProperties _ ) As BitmapBrush
public static BitmapBrush Create( RenderTarget renderTarget, Bitmap bitmap, BrushProperties brushProperties )
パラメータ
- renderTarget
- RenderTarget のインスタンス。
- bitmap
- 新しいブラシのビットマップの内容。
- brushProperties
- 新しいブラシの不透明度と変換、または NULL。 このパラメータが NULL の場合、ブラシの不透明度はデフォルトで 1.0f に設定され、その変換は単位行列になります。