WmfPolyLine

WmfPolyLine class

The poly line object.

public class WmfPolyLine : WmfObject

Constructors

NameDescription
WmfPolyLine()The default constructor.

Properties

NameDescription
APoints { get; set; }Gets or sets the points. A NumberOfPoints array of 32-bit PointS Objects, in logical units.
NumberOfPoint { get; set; }Gets or sets the number of point. A 16-bit signed integer that defines the number of points in the array.

See Also