2.2.2.17 EmfPlusFillPath Object
The EmfPlusFillPath object specifies a graphics path for filling a custom line cap.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
FillPathLength |
|||||||||||||||||||||||||||||||
FillPath (variable) |
|||||||||||||||||||||||||||||||
... |
FillPathLength (4 bytes): A signed integer that specifies the length in bytes of the FillPath field.
FillPath (variable): An EmfPlusPath object (section 2.2.1.6), which specifies the area to fill.
Custom line caps are specified by EmfPlusCustomLineCap objects (section 2.2.1.2). An EmfPlusFillPath object (section 2.2.2.17) MUST be present if the CustomLineCapDataFillPath flag is set in the CustomLineCapDataFlags field of an EmfPlusCustomLineCapData object (section 2.2.2.13).
See section 2.2.2 for the specification of additional structure objects.