Table of Contents

Class WmfScanObject

Namespace
Aspose.Imaging.FileFormats.Wmf.Objects
Assembly
Aspose.Imaging.dll

The Scan Object specifies a collection of scanlines.

public class WmfScanObject : MetaObject
Inheritance
WmfScanObject
Inherited Members

Constructors

WmfScanObject()

public WmfScanObject()

Properties

Bottom

Gets or sets the bottom.

public int Bottom { get; set; }

Property Value

int

The vertical (y-axis) coordinate, in logical units, of the bottom scanline.

Count

Gets or sets the count.

public int Count { get; set; }

Property Value

int

The number of horizontal (x-axis) coordinates in the ScanLines array. This value MUST be a multiple of 2, since left and right endpoints are required to specify each scanline.

Count2

Gets or sets the count2.

public int Count2 { get; set; }

Property Value

int

The same as the value of the Count field; it is present to allow upward travel in the structure.

ScanLines

Gets or sets the scan lines.

public Point[] ScanLines { get; set; }

Property Value

Point[]

An array of scanlines, each specified by left and right horizontal (x-axis) coordinates of its endpoints.

Top

Gets or sets the top.

public int Top { get; set; }

Property Value

int

The vertical (y-axis) coordinate, in logical units, of the top scanline.