Table of Contents

Class ClipboardRecord

Namespace
Aspose.Imaging.FileFormats.Core.VectorPaths
Assembly
Aspose.Imaging.dll

Clipboard Record Class

public class ClipboardRecord : VectorPathRecord
Inheritance
ClipboardRecord
Inherited Members

Constructors

ClipboardRecord()

Initializes a new instance of the ClipboardRecord class.

public ClipboardRecord()

ClipboardRecord(byte[])

Initializes a new instance of the ClipboardRecord class.

public ClipboardRecord(byte[] data)

Parameters

data byte[]

The record data.

Properties

BoundingRect

Gets or sets the bounding rect.

public RectangleF BoundingRect { get; set; }

Property Value

RectangleF

The bounding rect.

Resolution

Gets or sets the resolution.

public float Resolution { get; set; }

Property Value

float

The resolution.

Type

Gets the type.

public override VectorPathType Type { get; }

Property Value

VectorPathType

The type.