APoints

EmfPolyPolygon.APoints property

Gets or sets an array of WMF PointL objects ([MS-WMF] section 2.2.2.15) that specifies the points for all polygons in logical units. The number of points is specified by the Count field value.

public Point[][] APoints { get; set; }

See Also