Create

Create(string)

検索するファイルから画像を作成します。

public static SearchImage Create(string filePath)
パラメータ タイプ 説明
filePath String 画像ファイルのパス。

戻り値

検索する画像。

関連項目


Create(string, int)

検索するファイルから画像を作成します。

public static SearchImage Create(string filePath, int imageIndex)
パラメータ タイプ 説明
filePath String 画像ファイルのパス。
imageIndex Int32 マルチページ画像の画像インデックス。

戻り値

検索する画像。

関連項目


Create(Stream)

ストリームから検索する画像を作成します。

public static SearchImage Create(Stream stream)
パラメータ タイプ 説明
stream Stream 画像ストリーム。

戻り値

検索する画像。

関連項目


Create(Stream, int)

ストリームから検索する画像を作成します。

public static SearchImage Create(Stream stream, int imageIndex)
パラメータ タイプ 説明
stream Stream 画像ストリーム。
imageIndex Int32 マルチページ画像の画像インデックス。

戻り値

検索する画像。

関連項目