public class EmfPlusLinePath extends EmfPlusStructureObjectType
The EmfPlusLinePath object specifies a graphics path for outlining a custom line cap.
Constructor and Description |
---|
EmfPlusLinePath() |
Modifier and Type | Method and Description |
---|---|
EmfPlusPath |
getLinePath()
Gets or sets an
EmfPlusPath object that defines the outline. |
int |
getLinePathLength()
Gets or sets a 32-bit signed integer that defines the length in bytes of the LinePath field.
|
void |
setLinePath(EmfPlusPath value)
Gets or sets an
EmfPlusPath object that defines the outline. |
void |
setLinePathLength(int value)
Gets or sets a 32-bit signed integer that defines the length in bytes of the LinePath field.
|
parse_internalized
public int getLinePathLength()
Gets or sets a 32-bit signed integer that defines the length in bytes of the LinePath field.
public void setLinePathLength(int value)
Gets or sets a 32-bit signed integer that defines the length in bytes of the LinePath field.
public EmfPlusPath getLinePath()
Gets or sets an EmfPlusPath
object that defines the outline.
public void setLinePath(EmfPlusPath value)
Gets or sets an EmfPlusPath
object that defines the outline.
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.