Property | Type | Description | |
---|---|---|---|
BGTexture | string |
Method | Description | |
---|---|---|
CodeToImage ( string Code ) : Image, | ||
ColorFromHex ( string Hex ) : Color | ||
DrawText ( Graphics G, Rectangle, ContRect, string Text, Font TFont, HorizontalAlignment, TAlign, Color TColor ) : void | ||
DrawTextWithShadow ( Graphics G, Rectangle, ContRect, string Text, Font TFont, HorizontalAlignment, TAlign, Color TColor, Color BColor ) : void | ||
FillDualGradPath ( Graphics g, Color Col1, Color Col2, Rectangle, rect, GraphicsPath, gp, GradientAlignment align ) : void | ||
FillGradientBeam ( Graphics g, Color Col1, Color Col2, Rectangle, rect, GradientAlignment align ) : void | ||
RoundRect ( Rectangle, Rectangle, int Curve ) : GraphicsPath, | ||
RoundedTopRect ( Rectangle, Rectangle, int Curve ) : GraphicsPath, |
public DrawText ( Graphics G, Rectangle, ContRect, string Text, Font TFont, HorizontalAlignment, TAlign, Color TColor ) : void | ||
G | Graphics | |
ContRect | Rectangle, | |
Text | string | |
TFont | Font | |
TAlign | HorizontalAlignment, | |
TColor | Color | |
return | void |
public DrawTextWithShadow ( Graphics G, Rectangle, ContRect, string Text, Font TFont, HorizontalAlignment, TAlign, Color TColor, Color BColor ) : void | ||
G | Graphics | |
ContRect | Rectangle, | |
Text | string | |
TFont | Font | |
TAlign | HorizontalAlignment, | |
TColor | Color | |
BColor | Color | |
return | void |
public FillDualGradPath ( Graphics g, Color Col1, Color Col2, Rectangle, rect, GraphicsPath, gp, GradientAlignment align ) : void | ||
g | Graphics | |
Col1 | Color | |
Col2 | Color | |
rect | Rectangle, | |
gp | GraphicsPath, | |
align | GradientAlignment | |
return | void |
public FillGradientBeam ( Graphics g, Color Col1, Color Col2, Rectangle, rect, GradientAlignment align ) : void | ||
g | Graphics | |
Col1 | Color | |
Col2 | Color | |
rect | Rectangle, | |
align | GradientAlignment | |
return | void |
public RoundRect ( Rectangle, Rectangle, int Curve ) : GraphicsPath, | ||
Rectangle | Rectangle, | |
Curve | int | |
return | GraphicsPath, |
public RoundedTopRect ( Rectangle, Rectangle, int Curve ) : GraphicsPath, | ||
Rectangle | Rectangle, | |
Curve | int | |
return | GraphicsPath, |