GDI (2 replies)
Posted
on .NET 247
See other posts from .NET 247
Published on 18 Feb 2010 11:44:02
Indexed on
2010/03/07
23:55 UTC
Read the original article
Hit count: 104
Filed under:
Hallo, I have a small (hopefully) problem... I defined an user control that in the Paint overriden method does the following things: protected override void OnPaint( PaintEventArgs e ) { e.Graphics.Clear( BackColor ); e.Graphics.SmoothingMode SmoothingMode; e.Graphics.CompositingQuality CompositingQuality; e.Graphics.InterpolationMode InterpolationMode; e.Graphics.TextRenderingHint TextRenderingHi...
© .NET 247 or respective owner