'Declaration Public Overloads Shared Function CreateBitmap( _
ByVal widthШирина растрового изображения в пикселях.As System.Int32, _
ByVal heightВысота растрового изображения в пикселях.As System.Int32, _
ByVal pixelFormatФормат пикселей растрового изображения.As PixelFormat _
) As VintasoftBitmap
public static VintasoftBitmap CreateBitmap(
System.Int32 width,
System.Int32 height,
PixelFormat pixelFormat
)
public: static VintasoftBitmap* CreateBitmap(
System.Int32 width,
System.Int32 height,
PixelFormat pixelFormat
)
public:
static VintasoftBitmap^ CreateBitmap(
System.Int32 width,
System.Int32 height,
PixelFormat pixelFormat
)
Parameters
- width
- Ширина растрового изображения в пикселях.
- height
- Высота растрового изображения в пикселях.
- pixelFormat
- Формат пикселей растрового изображения.
Return Value
Новый экземпляр класса VintasoftBitmap.