Table of Contents

Property LineCap

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

LineCap

Gets or sets the style used to cap the start and end points of lines. Defaults to Butt.

public LineCap LineCap { get; set; }

Property Value

LineCap

Examples

var pen = new Pen(new Color32(0, 0, 0), 2) { LineCap = LineCap.Square };