Pen.Pen C# (CSharp) Method

Pen() public method

public Pen ( ) : System
return System
    public Pen()
        : this(GDI32.PS_SOLID,0,RGBColor.Black,Guid.NewGuid())
    {
    }

Same methods

Pen::Pen ( int penStyle, int width, uint colorref, Guid aGuid ) : System
Pen