Class CmxFillStyle
Nazwa przestrzeń: Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles Zgromadzenie: Aspose.Imaging.dll (25.4.0)
Wypełnij styl dla kształtów.
[JsonObject(MemberSerialization.OptIn)]
public class CmxFillStyle
Inheritance
Dziedziczeni członkowie
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
Dostęp lub ustaw pierwotny kolor.
[JsonProperty]
public CmxColor Color1 { get; set; }
Wartość nieruchomości
Color2
Dostosowuje lub ustawia kolor wtórny.
[JsonProperty]
public CmxColor Color2 { get; set; }
Wartość nieruchomości
FillType
Uzyskuje lub ustawia typ wypełnienia.
[JsonProperty]
public FillTypes FillType { get; set; }
Wartość nieruchomości
Gradient
Otrzymuje lub ustawia informacje gradientowe.
[JsonProperty]
public CmxGradient Gradient { get; set; }
Wartość nieruchomości
ImageFill
Pobierz lub umieścić obraz wypełnić informacje.
[JsonProperty]
public CmxImageFill ImageFill { get; set; }
Wartość nieruchomości
Transform
Zostaw lub ustaw wypełnienie transformacji.
[JsonProperty]
public Matrix Transform { get; set; }
Wartość nieruchomości
Methods
Equals(CmxFillStyle)
Sprawdź, czy obiekty są równe.
protected bool Equals(CmxFillStyle other)
Parameters
other
CmxFillStyle
Kolejny obiekt.
Returns
Wynik porównania równości.
Equals(Obiekt)
Sprawdź, czy obiekty są równe.
public override bool Equals(object obj)
Parameters
obj
object
Kolejny obiekt.
Returns
Wynik porównania równości.
GetHashCode()
Zdobądź kod hash bieżącego obiektu.
public override int GetHashCode()
Returns
To jest kod hash.
ToString()
Powraca system.String, który reprezentuje tę instancję.
public override string ToString()
Returns
System.String, który reprezentuje tę instancję.