次の方法で共有


2.1.1.10 DashedLineCapType Enumeration

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.