IImageCreator.Create

IImageCreator.Create method

で新しいイメージ インスタンスを作成しますimageOptions .

public Image Create(StreamContainer streamContainer, ImageOptionsBase imageOptions, int width, 
    int height)
パラメータタイプ説明
streamContainerStreamContainer画像データを作成するストリーム コンテナー。
imageOptionsImageOptionsBase画像オプション。
widthInt32新しい画像の幅
heightInt32新しい画像の高さ

戻り値

新しいイメージ インスタンス。

関連項目