Interface IImageCreatorDescriptor

Interface IImageCreatorDescriptor

名称: Aspose.Imaging アセンション: Aspose.Imaging.dll (25.4.0)

画像クリエイターの特性を指定する画像クリエイターの説明器 クリエイターの説明器は克服するために使用されますそれぞれのイメージクリエイターの例をメモリおよびマルチトラッディングの問題に含める必要性。

public interface IImageCreatorDescriptor : IImageDescriptor

Implements

IImageDescriptor

Methods

CanCreate(ImageOptionsBase)

画像作成者が imageOptions を使用して新しい画像を作成できるかどうかを決定します。

bool CanCreate(ImageOptionsBase imageOptions)

Parameters

imageOptions ImageOptionsBase

イメージオプション

Returns

bool

この説明器によって作成された画像クリエイターが、指定された imageOptions を使用して画像データを作成することができる場合は「真実」です。

CreateInstance()

新たな創造者を創造する。

IImageCreator CreateInstance()

Returns

IImageCreator

新たな創造者。

 日本語