Share via


XRPenLineCap (Windows Embedded CE 6.0)

1/6/2010

This enumeration describes the shape at the end of a line or segment.

Syntax

enum XRPenLineCap{
    XRPenLineCap_Flat=0,
    XRPenLineCap_Square=1,
    XRPenLineCap_Round=2,
    XRPenLineCap_Triangle=3
};

Members

  • XRPenLineCap_Flat
    A cap that does not extend past the last point of the line. Comparable to no line cap.
  • XRPenLineCap_Square
    A rectangle that has a height equal to the line thickness and a length equal to half the line thickness.
  • XRPenLineCap_Round
    A semicircle that has a diameter equal to the line thickness.
  • XRPenLineCap_Triangle
    An isosceles right triangle whose base length is equal to the thickness of the line.

.NET Framework Equivalent

System.Windows.Media.PenLineCap

Requirements

Header XamlRuntime.h
sysgen SYSGEN_XAML_RUNTIME
Windows Embedded CE Windows Embedded CE 6.0 R3

See Also

Reference

Silverlight for Windows Embedded Enumerations