Class EmfPolyPolygon
Namespace: Aspose.Imaging.FileFormats.Emf.Emf.Records
Assembly: Aspose.Imaging.dll (25.2.0)
The EMR_POLYPOLYGON record specifies a series of closed polygons.
public sealed class EmfPolyPolygon : EmfPolyPolyShape
Inheritance
object ← MetaObject ← EmfRecord ← EmfDrawingRecordType ← EmfBoundedRecord ← EmfPolyPolyShape ← EmfPolyPolygon
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
EmfPolyPolygon(EmfRecord)
Initializes a new instance of the Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfPolyPolygon class.
public EmfPolyPolygon(EmfRecord source)
Parameters
source
EmfRecord
The source.
EmfPolyPolygon()
Initializes a new instance of the Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfPolyPolygon class.
public EmfPolyPolygon()