énumération XPS_LINE_JOIN (xpsobjectmodel.h)
Décrit l’articulation effectuée par deux segments de ligne qui se croisent.
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;
Constantes
XPS_LINE_JOIN_MITER Valeur : 1 Produit un coin tranchant ou coupé, selon que la longueur de la mitre dépasse la limite des mitaines. |
XPS_LINE_JOIN_BEVEL Produit un coin diagonal. |
XPS_LINE_JOIN_ROUND Produit un arc circulaire lisse entre les lignes. |
Remarques
Dans l’illustration qui suit, la zone ombrée au sommet des segments de ligne de chaque exemple montre comment le remplissage de jointure est déterminé par la valeur de XPS_LINE_JOIN.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 7, Windows Vista avec SP2 et Mise à jour de plateforme pour Windows Vista [applications de bureau | Applications UWP] |
Serveur minimal pris en charge | Windows Server 2008 R2, Windows Server 2008 avec SP2 et Platform Update pour Windows Server 2008 [applications de bureau | Applications UWP] |
En-tête | xpsobjectmodel.h |