Table of Contents

Class PlessPenHandler

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

Platformless pen handler.

public class PlessPenHandler : DisposableObject, IBaseObject, IDisposableObject, IPenHandler, IDisposable
Inheritance
PlessPenHandler
Implements

Constructors

PlessPenHandler(Pen)

Initializes a new instance of the PlessPenHandler class.

Properties

Color

Gets or sets the color of this Pen.

DashStyle

Gets or sets the style used for dashed lines drawn with this Pen.

LineCap

Specifies the available cap styles with which a Pen object can end a line.

LineJoin

Specifies how to join consecutive line or curve segments.

Width

Gets or sets the width of this Pen, in device-independent units.

Methods

Update(Pen)

Updates native pen properties from the managed pen properties.