Table of Contents

Property LineJoin

Namespace
LMKit.Graphics.Drawing
Assembly
LM-Kit.NET.dll

LineJoin

Gets or sets the style used to join consecutive line segments at corners. Defaults to Miter.

public LineJoin LineJoin { get; set; }

Property Value

LineJoin

Examples

var pen = new Pen(new Color32(0, 0, 0), 2) { LineJoin = LineJoin.Round };