Method | 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.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
public WICStream ( SharpDX.WIC.ImagingFactory factory, DataPointer dataStream ) : System | ||
factory | SharpDX.WIC.ImagingFactory | The factory. |
dataStream | DataPointer | The unmanaged memory stream. |
return | System |
public WICStream ( SharpDX.WIC.ImagingFactory factory, Stream stream ) : System | ||
factory | SharpDX.WIC.ImagingFactory | The factory. |
stream | Stream | The stream. |
return | System |
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. |
return | System |