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
The EmfPlusLinePath object specifies a graphics path for outlining a custom line cap.
Constructors
| Constructor | Description |
|---|---|
| EmfPlusLinePath() |
Methods
| Method | Description |
|---|---|
| getLinePath() | Gets or sets an EmfPlusPath object that defines the outline. |
| setLinePath(EmfPlusPath value) | Gets or sets an EmfPlusPath object that defines the outline. |
EmfPlusLinePath()
public EmfPlusLinePath()
getLinePath()
public EmfPlusPath getLinePath()
Gets or sets an EmfPlusPath object that defines the outline.
Returns: EmfPlusPath
setLinePath(EmfPlusPath value)
public void setLinePath(EmfPlusPath value)
Gets or sets an EmfPlusPath object that defines the outline.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | EmfPlusPath |