public class EmfPlusFillPath extends EmfPlusStructureObjectType
The EmfPlusFillPath object specifies a graphics path for filling a custom line cap
Constructor and Description |
---|
EmfPlusFillPath() |
Modifier and Type | Method and Description |
---|---|
EmfPlusPath |
getFillPath()
Gets or sets EmfPlusPath object (section 2.2.1.6) that specifies the area to fill.
|
int |
getFillPathLength()
Gets or sets 32-bit signed integer that specifies the length in bytes of the FillPath field.
|
void |
setFillPath(EmfPlusPath value)
Gets or sets EmfPlusPath object (section 2.2.1.6) that specifies the area to fill.
|
void |
setFillPathLength(int value)
Gets or sets 32-bit signed integer that specifies the length in bytes of the FillPath field.
|
parse_internalized
public EmfPlusPath getFillPath()
Gets or sets EmfPlusPath object (section 2.2.1.6) that specifies the area to fill.
public void setFillPath(EmfPlusPath value)
Gets or sets EmfPlusPath object (section 2.2.1.6) that specifies the area to fill.
public int getFillPathLength()
Gets or sets 32-bit signed integer that specifies the length in bytes of the FillPath field.
public void setFillPathLength(int value)
Gets or sets 32-bit signed integer that specifies the length in bytes of the FillPath field.
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.