Class IcoOptions

Class IcoOptions

İsim alanı : Aspose.Imaging.ImageOptions Toplantı: Aspose.Imaging.dll (25.4.0)

API ile uygulama simgeleri için özelleştirilmiş ICO görüntü dosyalarını çaba göstermeden oluşturun,Sizin yazılımınızı yumuşak bir şekilde temsil etmenizi sağlar. API’miz PNG veBMP görüntü çerçeveleri, piksel başına çeşitli bit değerleri ile, çeşitlilik veİkon oluşturma gereksinimleri için uyumluluk.

public class IcoOptions : ImageOptionsBase, IDisposable, IHasXmpData, IHasMetadata, ICloneable

Inheritance

object DisposableObject ImageOptionsBase IcoOptions

Implements

IDisposable , IHasXmpData , IHasMetadata , ICloneable

mirasçı üyeleri

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 sınıfı ile ICO çerçeve biçimi Png vebitsPerPixel 32’ye eşittir.

public IcoOptions()

IcoOptions(Dosya formatı, int)

Aspose.Imaging.ImageOptions.IcoOptions sınıfının yeni bir örneğini başlatır.

public IcoOptions(FileFormat format, int bitsPerPixel = 32)

Parameters

format FileFormat

ICO çerçeve formatı.ICO görüntüsünün yalnızca Aspose.Imaging.FileFormat.Png ve Aspose.Imaging.FileFormat.Bmp görüntüleri giriş olarak desteklediğini unutmayın.

bitsPerPixel int

Bits-per-pixel değerini kullanır.

Properties

BitsPerPixel

Bit-per-pixel değerini alır veya ayarlar.

public int BitsPerPixel { get; set; }

Mülkiyet Değer

int

Format

ICO çerçeve biçimini alır veya ayarlar.

public FileFormat Format { get; set; }

Mülkiyet Değer

FileFormat

 Türkçe