Class EmfPlusLinePath
Class EmfPlusLinePath
Namespace: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects
Assembly: Aspose.Imaging.dll (25.2.0)
The EmfPlusLinePath object specifies a graphics path for outlining a custom line cap.
public sealed class EmfPlusLinePath : EmfPlusStructureObjectType
Inheritance
object ← MetaObject ← EmfPlusObject ← EmfPlusStructureObjectType ← EmfPlusLinePath
Inherited Members
object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
EmfPlusLinePath()
public EmfPlusLinePath()
Properties
LinePath
Gets or sets an Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.EmfPlusPath object that defines the outline.
public EmfPlusPath LinePath { get; set; }