Class ClipboardRecord

Class ClipboardRecord

Namespace: Aspose.Imaging.FileFormats.Core.VectorPaths
Assembly: Aspose.Imaging.dll (25.4.0)

Clipboard Record Class

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

Inheritance

object VectorPathRecord ClipboardRecord

Inherited Members

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

Constructors

ClipboardRecord()

Initializes a new instance of the Aspose.Imaging.FileFormats.Core.VectorPaths.ClipboardRecord class.

[JsonConstructor]
public ClipboardRecord()

ClipboardRecord(byte[])

Initializes a new instance of the Aspose.Imaging.FileFormats.Core.VectorPaths.ClipboardRecord class.

public ClipboardRecord(byte[] data)

Parameters

data byte []

The record data.

Properties

BoundingRect

Gets or sets the bounding rect.

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

Property Value

RectangleF

Resolution

Gets or sets the resolution.

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

Property Value

float

Type

Gets the type.

public override VectorPathType Type { get; }

Property Value

VectorPathType

 English