System.Drawing.Pen.Pen C# (CSharp) Méthode

Pen() public méthode

public Pen ( Brush brush ) : CoreGraphics
brush Brush
Résultat 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