'宣言 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
- an instance of RenderTarget
- 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.