Class CmxFillStyle

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

object CmxFillStyle

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

CmxColor

Color2

Dostosowuje lub ustawia kolor wtórny.

[JsonProperty]
public CmxColor Color2 { get; set; }

Wartość nieruchomości

CmxColor

FillType

Uzyskuje lub ustawia typ wypełnienia.

[JsonProperty]
public FillTypes FillType { get; set; }

Wartość nieruchomości

FillTypes

Gradient

Otrzymuje lub ustawia informacje gradientowe.

[JsonProperty]
public CmxGradient Gradient { get; set; }

Wartość nieruchomości

CmxGradient

ImageFill

Pobierz lub umieścić obraz wypełnić informacje.

[JsonProperty]
public CmxImageFill ImageFill { get; set; }

Wartość nieruchomości

CmxImageFill

Transform

Zostaw lub ustaw wypełnienie transformacji.

[JsonProperty]
public Matrix Transform { get; set; }

Wartość nieruchomości

Matrix

Methods

Equals(CmxFillStyle)

Sprawdź, czy obiekty są równe.

protected bool Equals(CmxFillStyle other)

Parameters

other CmxFillStyle

Kolejny obiekt.

Returns

bool

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

bool

Wynik porównania równości.

GetHashCode()

Zdobądź kod hash bieżącego obiektu.

public override int GetHashCode()

Returns

int

To jest kod hash.

ToString()

Powraca system.String, który reprezentuje tę instancję.

public override string ToString()

Returns

string

System.String, który reprezentuje tę instancję.

 Polski