system.drawing
Is there any reason GDI+ would be slower on a 64-bit Operating System (or maybe it's Windows 7 related)
Background I\'m working on an application that is supposed to work on every windows platform from XP onwards in the same manner.Through the .NET framework this has been very easy, for the most part.T[详细]
2023-03-22 15:25 分类:问答DrawString and DrawRectangle using same X&Y start at different places
I have the following code: public void DrawLetter(int Cell, string Letter, int X, int Y) { System.Drawing.Font fBody = new System.Drawing.Font(\"Courier New\", 12F, System.Drawing.FontStyle.Regular,[详细]
2023-03-18 16:45 分类:问答DrawString property within a rectangle with multiple fonts c#
I\'m using C# WinForms and GDI+ to do something I hoped wouldn\'t be too much problem but... I\'m basically trying to draw a string within a rectangle that has 开发者_运维知识库highlighted sections w[详细]
2023-03-18 16:26 分类:问答Could not load file or assembly ... from SatelliteResourceMismatchRule
We\'ve recently updated our C# projects from .NET 3.5 to 4.0.We run Gendarme on our local machines and on CC.NET.After updating all of our projects, Gendarme is is getting this error for one of our as[详细]
2023-03-17 07:08 分类:问答Image Cropping Control for WinForms with Selection Rectangle
I need a control that allows user to select a rectangular area of the image and apply simple \"Crop to selection\" feature. Found several options but none of them is consistent with large images - the[详细]
2023-03-16 14:57 分类:问答System.Drawing Out of Memory Exception
My application graphics engine throws these exceptions.They are all consumed by an empty catch block.In the early days I found one that was not trapped (associated with pen widening as I recall).I开发[详细]
2023-03-16 02:07 分类:问答Using Block WIth System.Drawing.Graphics
I was wondering if the following code block is safe, meaning will the gfx dispose itself is something goes wrong?[详细]
2023-03-15 21:06 分类:问答Drawing with Mono in GTK# without calling Expose event
I need to create a program to test some procedural world creation algorithms, for which I need a surface to draw on. However, GTK#\'s DrawingArea widget requires that all drawing is done in the Expo[详细]
2023-03-14 06:21 分类:问答How to wait for onPaint to finish painting (C#)
Hi based on the thread here: How to create a jpg image dynamically in memory with .NET? I have this method:[详细]
2023-03-09 20:13 分类:问答How to draw a table using System.Drawing
I would like to draw a table using System.Drawings, and then fill cells with some text. This text will change every few seconds, in various moments of time. It\'s a game, where there is a grid and eve[详细]
2023-03-09 05:41 分类:问答