EmfPolylineTo16 klass

Summary: The EMR_POLYLINETO16 record specifies one or more straight lines based upon the current position.
A line is drawn from the current position to the first point specified by the aPoints field by using the
current pen. For each additional line, drawing is performed from the ending point of the previous
line to the next point specified by aPoints.

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

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

Inheritance: EmfPolyShape

Constructors

NameDescription
EmfPolylineTo16()Initierar en ny instans av klassen EmfPolylineTo16.
EmfPolylineTo16(source)Initierar en ny instans av klassen EmfPolylineTo16.

Properties

NameTypeAccessDescription
a_pointsPoint[]r/wHämtar eller anger en matris av WMF PointL‑objekt ([MS-WMF] avsnitt 2.2.2.15) som specificerar punktdata i logiska enheter.
boundsRectangler/wHämtar eller anger ett 128-bitars WMF RectL-objekt ([MS-WMF] avsnitt 2.2.2.19) som specificerar den omgivande rektangeln, i enhetsenheter.
storlekintr/wHämtar eller anger storleken på posten
typeEmfRecordTyper/wHämtar eller anger typen.

Methods

NameDescription
create_from_record(source)Initierar en ny instans av klassen EmfRecord.
create_from_type(type)Initierar en ny instans av klassen EmfRecord.

Constructor: EmfPolylineTo16()

 EmfPolylineTo16() 

Initierar en ny instans av klassen EmfPolylineTo16.

Constructor: EmfPolylineTo16(source)

 EmfPolylineTo16(source) 

Initierar en ny instans av klassen EmfPolylineTo16.

Parameters:

ParameterTypBeskrivning
sourceEmfRecordKällan.

Method: create_from_record(source) [static]

 create_from_record(source) 

Initierar en ny instans av klassen EmfRecord.

Parameters:

ParameterTypBeskrivning
sourceEmfRecordKällan.

Returns

TypBeskrivning
EmfRecord

Method: create_from_type(type) [static]

 create_from_type(type) 

Initierar en ny instans av klassen EmfRecord.

Parameters:

ParameterTypBeskrivning
typeEmfRecordTypePosttypen.

Returns

TypBeskrivning
EmfRecord