Esempio n. 1
0
		public void DrawText(Graphics g, string text, Font font, Rectangle layoutRect, ThemeButtonParts part, ThemeButtonStates state, ThemeTextFormat format, bool drawdisabled)
		{
			InternalDrawText(g,text,font,layoutRect,part,state,format,drawdisabled);
		}
Esempio n. 2
0
		public void DrawText(Graphics g, string text, Font font, Rectangle layoutRect, ThemeButtonParts part, ThemeButtonStates state)
		{
			InternalDrawText(g,text,font,layoutRect,part,state,ThemeTextFormat.Left,false);
		}
Esempio n. 3
0
		public void DrawBackground(Graphics g, ThemeButtonParts part, ThemeButtonStates state, Rectangle r)
		{
			InternalDrawBackground(g,part,state,r);
		}