'宣言 Public Overloads Shared Function Create( _ ByVal deviceContext As DeviceContext, _ ByVal bitmap As Bitmap1, _ ByVal bitmapBrushProperties As BitmapBrushProperties1 _ ) As BitmapBrush1
public static BitmapBrush1 Create( DeviceContext deviceContext, Bitmap1 bitmap, BitmapBrushProperties1 bitmapBrushProperties )
パラメータ
- 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.