Class CdrImageFill

Class CdrImageFill

Nazwa przestrzeń: Aspose.Imaging.FileFormats.Cdr.Types Zgromadzenie: Aspose.Imaging.dll (25.4.0)

Wypełnij zdjęcie cdr

[JsonObject(MemberSerialization.OptIn)]
public class CdrImageFill

Inheritance

object CdrImageFill

Dziedziczeni członkowie

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

Constructors

CdrImageFill(int, podwójne, dwukrotnie, bool, dvojity, dwuosobowy, byte)

Inicjalizuje nową instancję klasy Aspose.Imaging.FileFormats.Cdr.Types.Spr.

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

Parameters

id int

z identyfikatorem .

width double

i szerokości .

height double

i wysokość .

isRelative bool

Jeśli jest to „prawda”.

xOffset double

To jest x offset.

yOffset double

i odszkodowania.

rcpOffset double

RPC zapłaci.

flags byte

i flagi .

Properties

Flags

Zatrzymać lub umieścić flagi.

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

Wartość nieruchomości

byte

Height

Dostaje lub ustawia wysokość.

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

Wartość nieruchomości

double

Id

Uzyskuje lub ustawia identyfikator.

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

Wartość nieruchomości

int

IsRelative

Otrzymuje lub ustawia wartość wskazującą, czy ta instancja jest relatywna.

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

Wartość nieruchomości

bool

RcpOffset

Otrzymuje lub pobiera odszkodowanie RCP.

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

Wartość nieruchomości

double

Width

Dostęp lub ustaw szerokość.

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

Wartość nieruchomości

double

Xofset

Otrzymuje lub ustawia x offset.

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

Wartość nieruchomości

double

Mikołaj

Otrzymuje lub pobiera odszkodowanie.

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

Wartość nieruchomości

double

 Polski