Table of Contents

Class EmfPlusLinePath

Namespace
Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects
Assembly
Aspose.Imaging.dll

The EmfPlusLinePath object specifies a graphics path for outlining a custom line cap.

public sealed class EmfPlusLinePath : EmfPlusStructureObjectType
Inheritance
EmfPlusLinePath
Inherited Members

Constructors

EmfPlusLinePath()

public EmfPlusLinePath()

Properties

LinePath

Gets or sets an EmfPlusPath object that defines the outline.

public EmfPlusPath LinePath { get; set; }

Property Value

EmfPlusPath