EmfPolyPolyline

Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.emf.emf.records.EmfRecord, com.aspose.imaging.fileformats.emf.emf.records.EmfDrawingRecordType, com.aspose.imaging.fileformats.emf.emf.records.EmfBoundedRecord, com.aspose.imaging.fileformats.emf.emf.records.EmfPolyPolyShape

public final class EmfPolyPolyline extends EmfPolyPolyShape

L’enregistrement EMR_POLYPOLYLINE spécifie plusieurs séries de segments de ligne connectés.

Les segments de ligne DOIVENT être dessinés en utilisant le crayon actuel. Les figures formées par les segments NE DOIVENT PAS être remplies. La position actuelle NE DOIT NI être utilisée NI être mise à jour par cet enregistrement.

Constructeurs

ConstructeurDescription
EmfPolyPolyline(EmfRecord source)Initialise une nouvelle instance de la classe EmfPolyPolyline.
EmfPolyPolyline()Initialise une nouvelle instance de la classe EmfPolyPolyline.

EmfPolyPolyline(EmfRecord source)

public EmfPolyPolyline(EmfRecord source)

Initialise une nouvelle instance de la classe EmfPolyPolyline.

Parameters:

ParamètreTypeDescription
sourceEmfRecordLa source.

EmfPolyPolyline()

public EmfPolyPolyline()

Initialise une nouvelle instance de la classe EmfPolyPolyline.