'Declaration Public Overloads Shared Function Convert( _
ByVal bitmapРастровое изображение.As System.Drawing.Image, _
ByVal disposeBitmapЗначение, указывающее, должен ли bitmap быть удален, чтобы вызывающий объект не должен ссылаться на него снова.As Boolean _
) As Vintasoft.Imaging.VintasoftBitmap
public static Vintasoft.Imaging.VintasoftBitmap Convert(
System.Drawing.Image bitmap,
bool disposeBitmap
)
public: static Vintasoft.Imaging.VintasoftBitmap* Convert(
System.Drawing.Image* bitmap,
bool disposeBitmap
)
public:
static Vintasoft.Imaging.VintasoftBitmap^ Convert(
System.Drawing.Image^ bitmap,
bool disposeBitmap
)
Parameters
- bitmap
- Растровое изображение.
- disposeBitmap
- Значение, указывающее, должен ли bitmap быть удален, чтобы вызывающий объект не должен ссылаться на него снова.
Return Value
Новый экземпляр VintasoftBitmap.