Class EmfPolyPolygon16
The EMR_POLYPOLYGON16 record specifies a series of closed polygons. Each polygon is outlined using the current pen, and filled using the current brush and polygon fill mode. The polygons drawn by this record can overlap.
public sealed class EmfPolyPolygon16 : EmfPolyPolyShape
- Inheritance
-
EmfPolyPolygon16
- Inherited Members
Remarks
Each polygon SHOULD be outlined using the current pen, and filled using the current brush and polygon fill mode that are defined in the playback device context. The polygons defined by this record can overlap.
Constructors
EmfPolyPolygon16()
Initializes a new instance of the EmfPolyPolygon16 class.
public EmfPolyPolygon16()
EmfPolyPolygon16(EmfRecord)
Initializes a new instance of the EmfPolyPolygon16 class.
public EmfPolyPolygon16(EmfRecord source)
Parameters
source
EmfRecordThe source.