Class EmfLineTo
Namespace: Aspose.Imaging.FileFormats.Emf.Emf.Records
Assembly: Aspose.Imaging.dll (25.4.0)
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
Inheritance
object ← MetaObject ← EmfRecord ← EmfLineTo
Inherited Members
EmfRecord.Type, EmfRecord.Size, object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
EmfLineTo(EmfRecord)
Initializes a new instance of the Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfLineTo class.
public EmfLineTo(EmfRecord record)
Parameters
record
EmfRecord
The record.
EmfLineTo()
Initializes a new instance of the Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfLineTo class.
public EmfLineTo()
Properties
Point
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.
public Point Point { get; set; }