次の方法で共有


2.1.1.9 CustomLineCapDataType Enumeration

The CustomLineCapDataType enumeration defines types of custom line cap data, which specify styles and shapes for the ends of graphics lines.

 typedef  enum 
 {
   CustomLineCapDataTypeDefault = 0x00000000,
   CustomLineCapDataTypeAdjustableArrow = 0x00000001
 } CustomLineCapDataType;

CustomLineCapDataTypeDefault:  A default custom line cap.

CustomLineCapDataTypeAdjustableArrow:  An adjustable arrow custom line cap.

Custom line cap data is specified by EmfPlusCustomLineCap objects.

See section 2.1.1 for the specification of additional enumerations.