Class CmxFillStyle
İsim alanı : Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles Toplantı: Aspose.Imaging.dll (25.4.0)
Şekiller için stil doldurma.
[JsonObject(MemberSerialization.OptIn)]
public class CmxFillStyle
Inheritance
mirasçı üyeleri
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
CmxFillStyle()
public CmxFillStyle()
Properties
Color1
Birincil renk alır veya ayarlar.
[JsonProperty]
public CmxColor Color1 { get; set; }
Mülkiyet Değer
Color2
İkinci rengi alır veya ayarlar.
[JsonProperty]
public CmxColor Color2 { get; set; }
Mülkiyet Değer
FillType
Alın veya doldurma türünü ayarlayın.
[JsonProperty]
public FillTypes FillType { get; set; }
Mülkiyet Değer
Gradient
Bilgiyi alır ya da hazırlar.
[JsonProperty]
public CmxGradient Gradient { get; set; }
Mülkiyet Değer
ImageFill
Bilgiyi doldurmak veya görüntüyü doldurmak.
[JsonProperty]
public CmxImageFill ImageFill { get; set; }
Mülkiyet Değer
Transform
Yükleme veya dönüştürme işlemini yaptırın.
[JsonProperty]
public Matrix Transform { get; set; }
Mülkiyet Değer
Methods
Equals(CmxFillStyle)
nesnelerin eşit olup olmadığını kontrol edin.
protected bool Equals(CmxFillStyle other)
Parameters
other
CmxFillStyle
Diğer nesne ise.
Returns
Eşitlik karşılaştırma sonuçları.
Equals(nesne)
nesnelerin eşit olup olmadığını kontrol edin.
public override bool Equals(object obj)
Parameters
obj
object
Diğer nesne ise.
Returns
Eşitlik karşılaştırma sonuçları.
GetHashCode()
Mevcut nesnenin hash kodu alın.
public override int GetHashCode()
Returns
Hash kodu ile ilgili.
ToString()
Bu istasyonu temsil eden bir System.String’i geri getirir.
public override string ToString()
Returns
Bu istasyonu temsil eden bir sistem.String.