Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
The DashedLineCapType enumeration defines types of line caps to use at the ends of dashed lines that are drawn with graphics pens.
-
typedef enum { DashedLineCapTypeFlat = 0x00000000, DashedLineCapTypeRound = 0x00000002, DashedLineCapTypeTriangle = 0x00000003 } DashedLineCapType;
DashedLineCapTypeFlat: A flat dashed line cap.
DashedLineCapTypeRound: A round dashed line cap.
DashedLineCapTypeTriangle: A triangular dashed line cap.
Dashed lines are specified by EmfPlusDashedLineData objects.
See section 2.1.1 for the specification of additional enumerations.