XRPenLineJoin (Compact 2013)
3/28/2014
This enumeration describes the shape that joins two lines or segments.
Syntax
enum XRPenLineJoin{
XRPenLineJoin_Miter=0,
XRPenLineJoin_Bevel=1,
XRPenLineJoin_Round=2,
};
Members
XRPenLineJoin_Miter
Line joins use regular angular vertices.The following illustration shows a line with two mitered joins.
XRPenLineJoin_Bevel
Line joins use beveled vertices.The following illustration shows a line with two beveled joins.
XRPenLineJoin_Round
Line joins use rounded vertices.The following illustration shows a line with two rounded joins.
.NET Framework Equivalent
System.Windows.Media.PenLineJoin
Requirements
Header |
XamlRuntime.h |
sysgen |
SYSGEN_XAML_RUNTIME |
See Also
Reference
XAML for Windows Embedded Enumerations
IXRShape::GetStrokeLineJoin
IXRShape::SetStrokeLineJoin