Table of Contents

Class EmfPlusFillPath

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

The EmfPlusFillPath object specifies a graphics path for filling a custom line cap

public sealed class EmfPlusFillPath : EmfPlusStructureObjectType
Inheritance
EmfPlusFillPath
Inherited Members

Constructors

EmfPlusFillPath()

public EmfPlusFillPath()

Properties

FillPath

Gets or sets EmfPlusPath object (section 2.2.1.6) that specifies the area to fill.

public EmfPlusPath FillPath { get; set; }

Property Value

EmfPlusPath