'宣言 Public Function New( _ ByVal filePath As System.String, _ Optional ByVal frameIndex As System.Integer, _ Optional ByVal imagingFactory As ImagingFactory _ )
public GcWicTiffReader( System.string filePath, System.int frameIndex, ImagingFactory imagingFactory )
パラメータ
- filePath
- 入力 .tiff ファイルへのフルパス。
- frameIndex
- 読み取るフレームのインデックス。すべてのフレームを取得するには、-1 を渡します。
- imagingFactory
- ファクトリの重複を避けるための既存のイメージングファクトリ。