Class EmfStrokePath
Class EmfStrokePath
Namespace: Aspose.Imaging.FileFormats.Emf.Emf.Records
Assembly: Aspose.Imaging.dll (25.2.0)
EMR_STROKEPATH class
public sealed class EmfStrokePath : EmfDrawingRecordType
Inheritance
object ← MetaObject ← EmfRecord ← EmfDrawingRecordType ← EmfStrokePath
Inherited Members
EmfRecord.Type, EmfRecord.Size, object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
EmfStrokePath(EmfRecord)
Initializes a new instance of the Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfStrokePath class.
public EmfStrokePath(EmfRecord record)
Parameters
record
EmfRecord
The record.
EmfStrokePath()
Initializes a new instance of the Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfStrokePath class.
public EmfStrokePath()
Properties
Bounds
Gets or sets a 128-bit WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the bounding rectangle in device units
public Rectangle Bounds { get; set; }