public final class EmfPlusCustomLineCap extends EmfPlusGraphicsObjectType
The EmfPlusCustomLineCap object specifies the shape to use at the ends of a line drawn by a graphics pen.
Constructor and Description |
---|
EmfPlusCustomLineCap() |
Modifier and Type | Method and Description |
---|---|
EmfPlusCustomBaseLineCap |
getCustomLineCapData()
Gets or sets Variable-length data that defines the custom line cap data object specified in the Type field.
|
int |
getType()
Gets or sets a 32-bit signed integer that specifies the type of custom line cap object,
which determines the contents of the CustomLineCapData field.
|
void |
setCustomLineCapData(EmfPlusCustomBaseLineCap value)
Gets or sets Variable-length data that defines the custom line cap data object specified in the Type field.
|
void |
setType(int value)
Gets or sets a 32-bit signed integer that specifies the type of custom line cap object,
which determines the contents of the CustomLineCapData field.
|
getVersion, setVersion
public int getType()
Gets or sets a 32-bit signed integer that specifies the type of custom line cap object, which determines the contents of the CustomLineCapData field.
public void setType(int value)
Gets or sets a 32-bit signed integer that specifies the type of custom line cap object, which determines the contents of the CustomLineCapData field.
public EmfPlusCustomBaseLineCap getCustomLineCapData()
Gets or sets Variable-length data that defines the custom line cap data object specified in the Type field. The content and format of the data can be different for every custom line cap type.
public void setCustomLineCapData(EmfPlusCustomBaseLineCap value)
Gets or sets Variable-length data that defines the custom line cap data object specified in the Type field. The content and format of the data can be different for every custom line cap type.