'宣言 Public Overloads Shared Function Create( _ ByVal renderTarget As RenderTarget, _ ByVal bitmap As Bitmap, _ ByVal bitmapBrushProperties As BitmapBrushProperties _ ) As BitmapBrush
public static BitmapBrush Create( RenderTarget renderTarget, Bitmap bitmap, BitmapBrushProperties bitmapBrushProperties )
パラメータ
- renderTarget
- RenderTarget のインスタンス。
- bitmap
- 新しいブラシのビットマップの内容。
- bitmapBrushProperties
- 新しいブラシの拡張モードと補間モード、または NULL。このパラメータが NULL の場合、ブラシはデフォルトで ExtendMode.Clamp の水平および垂直拡張モードと BitmapInterpolationMode.Linear 補間モードに設定されます。