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