Class IcoOptions
名称: Aspose.Imaging.ImageOptions アセンション: Aspose.Imaging.dll (25.4.0)
私たちのAPIでアプリケーションアイコンのためのカスタマイズされたICO画像ファイルを作成し、あなたのソフトウェアを無形に表現することを可能にします. API は PNG をサポートし、BMP 画像フレームは、ピクセルごとにさまざまなビット値で、多様性を保証し、あなたのアイコン作成のニーズに合致します。
public class IcoOptions : ImageOptionsBase, IDisposable, IHasXmpData, IHasMetadata, ICloneable
Inheritance
object ← DisposableObject ← ImageOptionsBase ← IcoOptions
Implements
IDisposable , IHasXmpData , IHasMetadata , ICloneable
相続人
ImageOptionsBase.Clone() , ImageOptionsBase.ReleaseManagedResources() , ImageOptionsBase.KeepMetadata , ImageOptionsBase.XmpData , ImageOptionsBase.Source , ImageOptionsBase.Palette , ImageOptionsBase.ResolutionSettings , ImageOptionsBase.VectorRasterizationOptions , ImageOptionsBase.BufferSizeHint , ImageOptionsBase.MultiPageOptions , ImageOptionsBase.FullFrame , ImageOptionsBase.ProgressEventHandler , DisposableObject.Dispose() , DisposableObject.ReleaseManagedResources() , DisposableObject.ReleaseUnmanagedResources() , DisposableObject.VerifyNotDisposed() , DisposableObject.Disposed , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
IcoOptions()
Aspose.Imaging.ImageOptions.IcoOptionsクラスの新しい例を開始し、ICOフレームフォーマットはPngと同等です。bitsPerPixel は 32 に等しい。
public IcoOptions()
IcoOptions(フィルムフォーマット、IT)
Aspose.Imaging.ImageOptions.IcoOptionsクラスの新しい例を開始します。
public IcoOptions(FileFormat format, int bitsPerPixel = 32)
Parameters
format
FileFormat
ICOフレームフォーマットICO 画像は、エントリーとして Aspose.Imaging.FileFormat.Png と Aspose.Imaging.FileFormat.Bmp 画像のみをサポートしています。
bitsPerPixel
int
ビット/ピクセル値
Properties
BitsPerPixel
ビット/ピクセル値を取得または設定します。
public int BitsPerPixel { get; set; }
不動産価値
Format
ICOフレームフォーマットを取得または設定します。
public FileFormat Format { get; set; }