CanvasLineJoin

Wisej.Web.CanvasLineJoin

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Specifies the type of corner created, when two lines meet.

public enum CanvasLineJoin : Enum

Fields

NameDescription

Bevel

Creates a beveled corner.

Miter

Default. Creates a sharp corner.

Round

Creates a rounded corner.

Used By

NameDescription

Sets or returns the type of corner created, when two lines meet.

Last updated