Class CdrImageFill

Class CdrImageFill

Pôvodný názov: Aspose.Imaging.FileFormats.Cdr.Types Zhromaždenie: Aspose.Imaging.dll (25.4.0)

Zobraziť obrázok cdr

[JsonObject(MemberSerialization.OptIn)]
public class CdrImageFill

Inheritance

object CdrImageFill

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

CdrImageFill(int, dvakrát, dvojitým, bool, dvojaký, zdvojitý a byte)

Initalizuje novú inštanciu triedy Aspose.Imaging.FileFormats.Cdr.Types.KdrImageFill.

[JsonConstructor]
public CdrImageFill(int id, double width, double height, bool isRelative, double xOffset, double yOffset, double rcpOffset, byte flags)

Parameters

id int

a identifikátorom .

width double

Na šírku .

height double

na výšku .

isRelative bool

Ak je to pravda,

xOffset double

Zhromažďuje sa x.

yOffset double

A to je odškodnenie.

rcpOffset double

RPC sa oplatí.

flags byte

a vlajky .

Properties

Flags

Vezmite alebo položte vlajky.

[JsonProperty]
public byte Flags { get; set; }

Hodnota nehnuteľnosti

byte

Height

Získať alebo nastaviť výšku.

[JsonProperty]
public double Height { get; set; }

Hodnota nehnuteľnosti

double

Id

Získať alebo nastaviť identifikátor.

[JsonProperty]
public int Id { get; set; }

Hodnota nehnuteľnosti

int

IsRelative

Získa alebo nastaví hodnotu, ktorá naznačuje, či je táto inštancia relatívna.

[JsonProperty]
public bool IsRelative { get; set; }

Hodnota nehnuteľnosti

bool

RcpOffset

Získajte alebo nastavíte RCP náhradu.

[JsonProperty]
public double RcpOffset { get; set; }

Hodnota nehnuteľnosti

double

Width

Získať alebo nastaviť šírku.

[JsonProperty]
public double Width { get; set; }

Hodnota nehnuteľnosti

double

Xofsetová

Získať alebo nastaviť x offset.

[JsonProperty]
public double XOffset { get; set; }

Hodnota nehnuteľnosti

double

Yoffsetová

Dostane alebo urobí náhradu.

[JsonProperty]
public double YOffset { get; set; }

Hodnota nehnuteľnosti

double

 Slovenčina