Class CmxGradient

Class CmxGradient

Pôvodný názov: Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles Zhromaždenie: Aspose.Imaging.dll (25.4.0)

Predstavuje gradientné informácie.

[JsonObject(MemberSerialization.OptIn)]
public class CmxGradient

Inheritance

object CmxGradient

Z dedičných členov

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

CmxGradient()

public CmxGradient()

Properties

Angle

Získať alebo nastaviť uhl.

[JsonProperty]
public float Angle { get; set; }

Hodnota nehnuteľnosti

float

CentrumXOffset

Dostane alebo nastaví stred x offset.

[JsonProperty]
public uint CenterXOffset { get; set; }

Hodnota nehnuteľnosti

uint

Stredisko

Získajte alebo nastavíte stred a odpočinok.

[JsonProperty]
public uint CenterYOffset { get; set; }

Hodnota nehnuteľnosti

uint

Colors

Dostane alebo nastaví farby.

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

Hodnota nehnuteľnosti

CmxColor []

EdgeOffset

Získať alebo nastaviť okraj offset.

[JsonProperty]
public ushort EdgeOffset { get; set; }

Hodnota nehnuteľnosti

ushort

Mode

Získať alebo nastaviť módu.

[JsonProperty]
public ushort Mode { get; set; }

Hodnota nehnuteľnosti

ushort

Offsets

Získajte alebo nastavíte offsety.

[JsonProperty]
public float[] Offsets { get; set; }

Hodnota nehnuteľnosti

float []

RateMethod

Získať alebo nastaviť metódu sadzby.

[JsonProperty]
public ushort RateMethod { get; set; }

Hodnota nehnuteľnosti

ushort

RateValue

Dostane alebo nastaví hodnotu sadzby.

[JsonProperty]
public ushort RateValue { get; set; }

Hodnota nehnuteľnosti

ushort

Screen

Dostane alebo nastaví obrazovku.

[JsonProperty]
public ushort Screen { get; set; }

Hodnota nehnuteľnosti

ushort

Steps

Dostať alebo nastaviť kroky.

[JsonProperty]
public ushort Steps { get; set; }

Hodnota nehnuteľnosti

ushort

Type

Získať alebo nastaviť typ.

[JsonProperty]
public GradientTypes Type { get; set; }

Hodnota nehnuteľnosti

GradientTypes

Methods

Equals(CmxGradient)

Skontrolujte, či sú objekty rovnaké.

protected bool Equals(CmxGradient other)

Parameters

other CmxGradient

Druhý objekt

Returns

bool

Výsledkom je porovnanie rovnosti.

Equals(objekty)

Skontrolujte, či sú objekty rovnaké.

public override bool Equals(object obj)

Parameters

obj object

Druhý objekt

Returns

bool

Výsledkom je porovnanie rovnosti.

GetHashCode()

Získajte hash kód aktuálneho objektu.

public override int GetHashCode()

Returns

int

Kód na hash.

ToString()

Vráti systém.String, ktorý predstavuje túto inštanciu.

public override string ToString()

Returns

string

Systém.String, ktorý predstavuje túto inštanciu.

 Slovenčina