EmfPlusFillPath

Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.emf.emfplus.objects.EmfPlusObject, com.aspose.imaging.fileformats.emf.emfplus.objects.EmfPlusStructureObjectType

public final class EmfPlusFillPath extends EmfPlusStructureObjectType

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

Constructors

ConstructorDescription
EmfPlusFillPath()

Methods

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

EmfPlusFillPath()

public EmfPlusFillPath()

getFillPath()

public EmfPlusPath getFillPath()

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

Returns: EmfPlusPath

setFillPath(EmfPlusPath value)

public void setFillPath(EmfPlusPath value)

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

Parameters:

ParameterTypeDescription
valueEmfPlusPath