WmfPolygon

WmfPolygon class

The polygon object

public class WmfPolygon : WmfObject

Constructors

NameDescription
WmfPolygon()The default constructor.

Properties

NameDescription
APoints { get; set; }Gets or sets the points. A NumberOfPoints array of 32-bit PointS Objects (section 2.2.2.16), 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