NewTOAPIA.Drawing.GDICosmeticPen.GDICosmeticPen C# (CSharp) Method

GDICosmeticPen() static private method

static private GDICosmeticPen ( ) : System
return System
        static GDICosmeticPen()
        {
            Black = new GDICosmeticPen(RGBColor.Black);
            Red = new GDICosmeticPen(RGBColor.Red);
            Green = new GDICosmeticPen(RGBColor.Green);
            Blue = new GDICosmeticPen(RGBColor.Blue);
        }

Same methods

GDICosmeticPen::GDICosmeticPen ( PenStyle penStyle, uint colorref, System.Guid uniqueID ) : System
GDICosmeticPen::GDICosmeticPen ( uint colorref ) : System
GDICosmeticPen