EmfPlusLinePath

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 EmfPlusLinePath extends EmfPlusStructureObjectType

EmfPlusLinePath 对象指定用于描绘自定义线帽的图形路径。

构造函数

构造函数描述
EmfPlusLinePath()

方法

方法描述
getLinePath()获取或设置一个 EmfPlusPath 对象,以定义轮廓。
setLinePath(EmfPlusPath value)获取或设置一个 EmfPlusPath 对象,以定义轮廓。

EmfPlusLinePath()

public EmfPlusLinePath()

getLinePath()

public EmfPlusPath getLinePath()

获取或设置一个 EmfPlusPath 对象,以定义轮廓。

Returns: EmfPlusPath

setLinePath(EmfPlusPath value)

public void setLinePath(EmfPlusPath value)

获取或设置一个 EmfPlusPath 对象,以定义轮廓。

Parameters:

参数类型描述
valueEmfPlusPath