Class EmfPlusFillPath

Class EmfPlusFillPath

Namespace: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects
Assembly: Aspose.Imaging.dll (25.2.0)

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

public sealed class EmfPlusFillPath : EmfPlusStructureObjectType

Inheritance

objectMetaObjectEmfPlusObjectEmfPlusStructureObjectTypeEmfPlusFillPath

Inherited Members

object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

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