C# Class SharpDX.WIC.WICStream

Afficher le fichier Open project: sharpdx/SharpDX Class Usage Examples

Méthodes publiques

Méthode Description
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.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

WICStream() public méthode

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.
Résultat System

WICStream() public méthode

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.
Résultat System

WICStream() public méthode

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.
Résultat System