Class EmfPolyPolygon16
Namespace: Aspose.Imaging.FileFormats.Emf.Emf.Records
Assembly: Aspose.Imaging.dll (25.2.0)
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
object ← MetaObject ← EmfRecord ← EmfDrawingRecordType ← EmfBoundedRecord ← EmfPolyPolyShape ← EmfPolyPolygon16
Inherited Members
EmfPolyPolyShape.APoints, EmfBoundedRecord.Bounds, EmfRecord.Type, EmfRecord.Size, object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
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(EmfRecord)
Initializes a new instance of the Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfPolyPolygon16 class.
public EmfPolyPolygon16(EmfRecord source)
Parameters
source
EmfRecord
The source.
EmfPolyPolygon16()
Initializes a new instance of the Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfPolyPolygon16 class.
public EmfPolyPolygon16()