Class ClipboardRecord

Class ClipboardRecord

Nazwa przestrzeń: Aspose.Imaging.FileFormats.Core.VectorPaths Zgromadzenie: Aspose.Imaging.dll (25.4.0)

Klasa rekordów Clipboard

[JsonObject(MemberSerialization.OptIn)]
public class ClipboardRecord : VectorPathRecord

Inheritance

object VectorPathRecord ClipboardRecord

Dziedziczeni członkowie

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

Constructors

ClipboardRecord()

Inicjalizuje nową instancję klasy Aspose.Imaging.FileFormats.Core.VectorPaths.KlipboardRecord.

[JsonConstructor]
public ClipboardRecord()

ClipboardRecord(byte[])

Inicjalizuje nową instancję klasy Aspose.Imaging.FileFormats.Core.VectorPaths.KlipboardRecord.

public ClipboardRecord(byte[] data)

Parameters

data byte [ ]

Dane z rekordów.

Properties

BoundingRect

Zostaw lub ustaw link.

[JsonProperty]
public RectangleF BoundingRect { get; set; }

Wartość nieruchomości

RectangleF

Resolution

Przyjmuje lub ustanawia rezolucję.

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

Wartość nieruchomości

float

Type

Otrzymuje ten typ.

public override VectorPathType Type { get; }

Wartość nieruchomości

VectorPathType

 Polski