Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Describes the joint made by two intersecting line segments.
Syntax
typedef enum __MIDL___MIDL_itf_xpsobjectmodel_0000_0000_0007 {
XPS_LINE_JOIN_MITER = 1,
XPS_LINE_JOIN_BEVEL,
XPS_LINE_JOIN_ROUND
} XPS_LINE_JOIN;
Constants
XPS_LINE_JOIN_MITERValue: 1 Produces a sharp or clipped corner, depending on whether the length of the miter exceeds the miter limit. |
XPS_LINE_JOIN_BEVELProduces a diagonal corner. |
XPS_LINE_JOIN_ROUNDProduces a smooth, circular arc between the lines. |
Remarks
In the illustration that follows, the shaded area at the vertex of the line segments in each example shows how the joint fill is determined by the value of XPS_LINE_JOIN.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps | UWP apps] |
| Minimum supported server | Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps | UWP apps] |
| Header | xpsobjectmodel.h |