Class Pen
Inherited Members
Namespace: nanoFramework.Presentation.Media
Assembly: nanoFramework.Graphics.dll
Syntax
public class Pen
Constructors
Pen(Color, ushort)
Declaration
public Pen(Color color, ushort thickness)
Parameters
Type | Name | Description |
---|---|---|
Color | color | |
ushort | thickness |
Pen(Color)
Declaration
public Pen(Color color)
Parameters
Type | Name | Description |
---|---|---|
Color | color |
Fields
Color
Declaration
public Color Color
Field Value
Type | Description |
---|---|
Color |
Thickness
Declaration
public ushort Thickness
Field Value
Type | Description |
---|---|
ushort |