C# Класс SharpDX.WIC.WICStream

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
WICStream ( SharpDX.WIC.ImagingFactory factory, DataPointer dataStream ) : System

Initializes a new instance of the WICStream class from an unmanaged memory through a DataStream.

WICStream ( SharpDX.WIC.ImagingFactory factory, Stream stream ) : System

Initializes a new instance of the WICStream class from a IStream.

WICStream ( SharpDX.WIC.ImagingFactory factory, string fileName, NativeFileAccess fileAccess ) : System

Initializes a new instance of the WICStream class from a file.

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Описание методов

Dispose() защищенный Метод

protected Dispose ( bool disposing ) : void
disposing bool
Результат void

WICStream() публичный Метод

Initializes a new instance of the WICStream class from an unmanaged memory through a DataStream.
public WICStream ( SharpDX.WIC.ImagingFactory factory, DataPointer dataStream ) : System
factory SharpDX.WIC.ImagingFactory The factory.
dataStream DataPointer The unmanaged memory stream.
Результат System

WICStream() публичный Метод

Initializes a new instance of the WICStream class from a IStream.
public WICStream ( SharpDX.WIC.ImagingFactory factory, Stream stream ) : System
factory SharpDX.WIC.ImagingFactory The factory.
stream Stream The stream.
Результат System

WICStream() публичный Метод

Initializes a new instance of the WICStream class from a file.
public WICStream ( SharpDX.WIC.ImagingFactory factory, string fileName, NativeFileAccess fileAccess ) : System
factory SharpDX.WIC.ImagingFactory The factory.
fileName string Name of the file.
fileAccess NativeFileAccess The file access.
Результат System