Table of Contents

Class EmfPlusBoundaryPathData

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

The EmfPlusBoundaryPathData object specifies a graphics path boundary for a gradient brush.

public sealed class EmfPlusBoundaryPathData : EmfPlusBoundaryBase
Inheritance
EmfPlusBoundaryPathData
Inherited Members

Constructors

EmfPlusBoundaryPathData()

public EmfPlusBoundaryPathData()

Properties

BoundaryPathData

Gets or sets an EmfPlusPath object (section 2.2.1.6) that specifies the boundary of the brush

public EmfPlusPath BoundaryPathData { get; set; }

Property Value

EmfPlusPath