EmfPolygon16 Classe

Summary: The EMR_POLYGON16 record specifies a polygon consisting of two or more vertexes connected by
straight lines. The polygon is outlined by using the current pen and filled by using the current brush
and polygon fill mode. The polygon is closed automatically by drawing a line from the last vertex to the first.

Module: aspose.imaging.fileformats.emf.emf.records

Full Name: aspose.imaging.fileformats.emf.emf.records.EmfPolygon16

Inheritance: EmfPolyShape

Constructors

NameDescription
EmfPolygon16()Initialise une nouvelle instance de la classe EmfPolygon16.
EmfPolygon16(source)Initialise une nouvelle instance de la classe EmfPolygon16.

Properties

NameTypeAccessDescription
a_pointsPoint[]r/wObtient ou définit un tableau d’objets WMF PointL ([MS-WMF] section 2.2.15) qui spécifie les données de points, en unités logiques.
boundsRectangler/wObtient ou définit un objet WMF RectL de 128 bits ([MS-WMF] section 2.2.2.19) qui spécifie le rectangle englobant, en unités de dispositif.
sizeintr/wObtient ou définit la taille de l’enregistrement
typeEmfRecordTyper/wObtient ou définit le type.

Methods

NameDescription
create_from_record(source)Initialise une nouvelle instance de la classe EmfRecord.
create_from_type(type)Initialise une nouvelle instance de la classe EmfRecord.

Constructor: EmfPolygon16()

 EmfPolygon16() 

Initialise une nouvelle instance de la classe EmfPolygon16.

Constructor: EmfPolygon16(source)

 EmfPolygon16(source) 

Initialise une nouvelle instance de la classe EmfPolygon16.

Parameters:

ParamètreTypeDescription
sourceEmfRecordLa source.

Method: create_from_record(source) [static]

 create_from_record(source) 

Initialise une nouvelle instance de la classe EmfRecord.

Parameters:

ParamètreTypeDescription
sourceEmfRecordLa source.

Returns

TypeDescription
EmfRecord

Method: create_from_type(type) [static]

 create_from_type(type) 

Initialise une nouvelle instance de la classe EmfRecord.

Parameters:

ParamètreTypeDescription
typeEmfRecordTypeLe type d’enregistrement.

Returns

TypeDescription
EmfRecord