Table of Contents

Constructor SolidPenDescription

Namespace
Alternet.Common
Assembly
Alternet.Common.v9.dll

SolidPenDescription(Color, int)

Initializes a new instance of the SolidPenDescription class with specified settings.

public SolidPenDescription(Color color, int width)

Parameters

color Color

The color of this pen object.

width int

The width of this pen object, in units of the System.Drawing.Graphics object used for drawing.