开发者

gdi+

0
  • OnPaint events order

    I developed some components with their own OnPaint-override where I draw them. I now added a status panel which is designed to overlap topmost with part of my form. I use a alpha-blended color to gra[详细]

    2023-03-01 23:23 分类:问答
  • Drawing on another window (without flickering?)

    I need to draw something on a window (that isn\'t mine - it\'s user-defined, if it matters). I\'ve already managed to draw on the window by getting the device context using GetDC and drawing normally[详细]

    2023-03-01 09:10 分类:问答
  • How to quickly generate images with .NET

    I\'ve become rather familiar with the开发者_JAVA百科 System.Drawing namespace in terms of knowing the basic steps of how to generate an image, draw on it, write text on it, etc.However, it\'s so darn[详细]

    2023-03-01 04:53 分类:问答
  • Image Compression in C#.Net

    I am working on creating an Image Manipulation library using C# with MVC3. There is an option where users would be uploading multiple files. These files need to be compressed during transfer to server[详细]

    2023-02-28 23:34 分类:问答
  • GDI+ performance for pixel level rendering [closed]

    It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari[详细]

    2023-02-28 22:23 分类:问答
  • GDI+ Font Rendering, especially in layered windows

    This my friends, is a going to be long one... I am getting some quite bizarre behaviour when I try to render text in a layered window.[详细]

    2023-02-25 09:30 分类:问答
  • Problem with creating a new picture box!

    First I\'m sorry about my bad English. Now I\'m having the problem with my C# project ( ms paint). When I open new picture in picture box, the last shape i drew still remain, until I draw the other li[详细]

    2023-02-25 01:58 分类:问答
  • Print with GDI+ has no effect

    I added GDI+ to my Win32 Application for drawing gradients quite a while ago. I worked around some problems considering mixed GDI and GDI+ output and everything works fine.[详细]

    2023-02-23 05:46 分类:问答
  • Text effects GDI+

    I was reading this article of codeproject. and I would like to achieve the same fog text effect using gdi or gdi+. I am not concered about the scrolling and other features of this article, just the a[详细]

    2023-02-23 00:27 分类:问答
  • How to make drawLine smoother?

    I use the following code to draw line: Graphics g = this.CreateGraphics(); Pen p = new 开发者_C百科Pen(Color.Black,3);[详细]

    2023-02-22 18:04 分类:问答