EmfLineTo Class
Contents
[
Hide
]Summary: The EMR_LINETO record specifies a line from the current position up to, but not including, the
specified point.It resets the current position to the specified point.
Module: aspose.imaging.fileformats.emf.emf.records
Full Name: aspose.imaging.fileformats.emf.emf.records.EmfLineTo
Inheritance: EmfRecord
Constructors
Name | Description |
---|---|
EmfLineTo() | Initializes a new instance of the EmfLineTo class. |
EmfLineTo(record) | Initializes a new instance of the EmfLineTo class. |
Properties
Name | Type | Access | Description |
---|---|---|---|
point | Point | r/w | Gets or sets 64-bit WMF PointL object, specified in [MS-WMF] section 2.2.2.15, which specifies the coordinates of the line’s ending point. |
size | int | r/w | Gets or sets the size of the record |
type | EmfRecordType | r/w | Gets or sets the type. |
Methods
Name | Description |
---|---|
create_from_record(source) | Initializes a new instance of the EmfRecord class. |
create_from_type(type) | Initializes a new instance of the EmfRecord class. |
Constructor: EmfLineTo()
EmfLineTo()
Initializes a new instance of the EmfLineTo class.
Constructor: EmfLineTo(record)
EmfLineTo(record)
Initializes a new instance of the EmfLineTo class.
Parameters:
Parameter | Type | Description |
---|---|---|
record | EmfRecord | The record. |
Method: create_from_record(source) [static]
create_from_record(source)
Initializes a new instance of the EmfRecord class.
Parameters:
Parameter | Type | Description |
---|---|---|
source | EmfRecord | The source. |
Returns
Type | Description |
---|---|
EmfRecord |
Method: create_from_type(type) [static]
create_from_type(type)
Initializes a new instance of the EmfRecord class.
Parameters:
Parameter | Type | Description |
---|---|---|
type | EmfRecordType | The record type. |
Returns
Type | Description |
---|---|
EmfRecord |