System.Drawing.Pen.Pen C# (CSharp) Method

Pen() public method

public Pen ( Color color ) : CoreGraphics
color Color
return CoreGraphics
        public Pen(Color color)
            : this(color, 1f)
        {
        }

Same methods

Pen::Pen ( Brush brush ) : CoreGraphics
Pen::Pen ( Brush brush, float width ) : CoreGraphics
Pen::Pen ( Color color, float width ) : CoreGraphics