'Declaration Public Overloads Overrides Function CreateBitmap( _
ByVal streamПоток.As System.IO.Stream, _
ByVal allowUndefinedPixelFormatЗначение, указывающее, может ли новое растровое изображение иметь формат пикселей Vintasoft.Imaging.PixelFormat.Undefined.As Boolean _
) As Vintasoft.Imaging.VintasoftBitmap
public override Vintasoft.Imaging.VintasoftBitmap CreateBitmap(
System.IO.Stream stream,
bool allowUndefinedPixelFormat
)
public: Vintasoft.Imaging.VintasoftBitmap* CreateBitmap(
System.IO.Stream* stream,
bool allowUndefinedPixelFormat
); override
public:
Vintasoft.Imaging.VintasoftBitmap^ CreateBitmap(
System.IO.Stream^ stream,
bool allowUndefinedPixelFormat
); override
Parameters
- stream
- Поток.
- allowUndefinedPixelFormat
- Значение, указывающее, может ли новое растровое изображение иметь формат пикселей Vintasoft.Imaging.PixelFormat.Undefined.
Return Value
Новый объект растрового изображения.