C# 클래스 SharpDX.WIC.WICStream

파일 보기 프로젝트 열기: sharpdx/SharpDX 1 사용 예제들

공개 메소드들

메소드 설명
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