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

Pen() public method

public Pen ( Brush brush ) : CoreGraphics
brush Brush
return CoreGraphics
        public Pen(Brush brush)
            : this(brush, 1f)
        {
        }

Same methods

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