Class EmfLineTo
Contents
[
Hide
]EmfLineTo class
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.
public sealed class EmfLineTo : EmfRecord
Constructors
Name | Description |
---|---|
EmfLineTo() | Initializes a new instance of the EmfLineTo class. |
EmfLineTo(EmfRecord) | Initializes a new instance of the EmfLineTo class. |
Properties
Name | Description |
---|---|
Point { get; set; } | 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 { get; set; } | Gets or sets the size of the record |
Type { get; set; } | Gets or sets the type. |
See Also
- class EmfRecord
- namespace Aspose.Imaging.FileFormats.Emf.Emf.Records
- assembly Aspose.Imaging