Bitmap for WPF
Create(DeviceContext,Bitmap1,BitmapBrushProperties1) メソッド

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX.Direct2D 名前空間 > BitmapBrush1 クラス > Create メソッド : Create(DeviceContext,Bitmap1,BitmapBrushProperties1) メソッド
an instance of DeviceContext
The bitmap contents of the new brush.
The extend modes and interpolation mode of the new brush, or NULL. If this parameter is NULL, the brush defaults to the ExtendMode.Clamphorizontal and vertical extend modes and the BitmapInterpolationMode.Linearinterpolation mode.
Creates an BitmapBrushfrom the specified bitmap.
シンタックス
'宣言
 
Public Overloads Shared Function Create( _
   ByVal deviceContext As DeviceContext, _
   ByVal bitmap As Bitmap1, _
   ByVal bitmapBrushProperties As BitmapBrushProperties1 _
) As BitmapBrush1

パラメータ

deviceContext
an instance of DeviceContext
bitmap
The bitmap contents of the new brush.
bitmapBrushProperties
The extend modes and interpolation mode of the new brush, or NULL. If this parameter is NULL, the brush defaults to the ExtendMode.Clamphorizontal and vertical extend modes and the BitmapInterpolationMode.Linearinterpolation mode.
参照

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