Graphics Device Interface (GDI) is a device-independent, pure software graphics API under the Windows operating system for drawing graphic primitives and text. It is the underlying base used to render the Windows GUI elements.
-1
votes
0answers
19 views
How to use GDI to draw TTF font?
I already knew that GDI can help to draw TTF font using line to,move to etc.
So,If i send several arguments to a function(belong to TTF font,like coordinates,width,length),then i use software like ...
0
votes
1answer
38 views
Memory leaks in c++ dll
I have simple c++ dll that contains code for screen capturing.
HBITMAP hCaptureBitmap;
extern "C" __declspec(dllexport) HBITMAP __stdcall CaptureScreenByGDI(bool allScreens)
{
int ...
1
vote
1answer
16 views
Convert from GDI32.HDC to awt.Graphics
I've read a few docs and examples, but I just don't get it. Is it impossible to convert from HDC to awt.Graphics?
I know there are already answers that solve this, but they are all very specific. I ...
0
votes
0answers
24 views
Windows 7 GDI object limit of 65536 objects. Can it be bypassed? [closed]
Can the Windows 7 GDI object limit of 65536 objects be bypassed?
Where is it stated that it has to be a maximum of 65536 GDI objects?
I'm guessing that it's an old inheritance from its ancestors, ...
0
votes
1answer
33 views
GDI-Handle Leak
I got a problem with GDI-Handle´s. I understand that windows limit´s the amount of GDI-Handles per application at 10.000. Then the application crashes.
On my own system and several virtual machines ...
0
votes
0answers
33 views
Convert ICON to HBITMAP to be displayed in popup menu?
I'm trying to add bitmaps to a popup menu.
The problem I have is that I create my bitmaps from ICONs dynamically, and I have problems for 24bit color icons vs 24+alpha (32bit) color icons.
It seems ...
0
votes
0answers
13 views
What will happen when I use SetDIBitsToDevice to set a 32 bit bitmap to screen
BITMAPINFO _info;
memset(&_info, 0, sizeof(_info));
_info.bmiHeader.biBitCount = 32;
_info.bmiHeader.biCompression = BI_RGB;
_info.bmiHeader.biHeight = 400;
_info.bmiHeader.biWidth = 400;
...
0
votes
1answer
27 views
How to fix the background is not update when using SetBkMode with TRANSPARENT
I have a problem with SetBkMode with TRANSPARENT. The previous text does not clear from a bitmap before drawing a new text. This is the code for drawing.
void PaintWindow(WTL::CDCHandle dc)
{
...
0
votes
1answer
28 views
Tracking tooltip causes grey “trail” of excruciatingly slow repaint
Let me first decribe the symptoms of the problem. I'll then give additional facts and explain my question.
Symptoms
I have written a custom Windows control. The control paints itself in response to ...
0
votes
1answer
31 views
How does GDI alpha blend colors?
I simply need a function which takes two colors and returns the mixed version of them. It should mix them in the same way that GDI does.
I figured that the alpha value you get when mixing two ARGB ...
0
votes
0answers
27 views
Slow drawing of strings in gdi+
I am creating a custom console in GDI+ and C# and I am drawing each character in the buffer individually (loops rows and columns). Now the default screen size for my console contains 1600 characters ...
0
votes
3answers
85 views
Best GDI drawing approach
I am developing an interactive CD most of my life I wrote console applications writing something mostly graphical is akward for me.
So here is my approach :
I am drawing on the canavas using shapes ...
0
votes
1answer
29 views
Client Area Flickers when Drawing a Line
The problem I am having is that when I draw my line, the screen flickers every time it redraws. I just can't quite figure out how to not make it flicker. I understand the flicker is coming from me ...
0
votes
2answers
68 views
Win32 - What is the proper way to use GDI objects?
I am making a simple game in Win32. Currently, I have most of my drawing object declared globally in the main file so that I never have to delete them or reload bitmaps. So basically all of my ...
2
votes
0answers
44 views
WPF Measuring Text Width Incorrectly with TextFormattingMode=“Display” and Hyphens
You can see the issue and how to reproduce it here:
The issue results in words being cut off at the end of the longest line in a block of text. Note the last TextBlock is missing the word ...
0
votes
2answers
39 views
StretchBlt() doesn't create a mirror image
According to MSDN:
StretchBlt creates a mirror image of a bitmap if the signs of the nWidthSrc and nWidthDest parameters or if the nHeightSrc and nHeightDest parameters differ.
So I tried ...
0
votes
1answer
40 views
How to automatically choose most suitable font for different language?
I need to get the most suitable font for different language. So I could draw different language's text without using GDI text out API such as TextOut.
Actually, the api TextOut does it.
HFONT ...
1
vote
1answer
39 views
OpenGL GDI high resolution rendering
I am running a C++ 3d realtime application on winxp that itself runs on VMWare Workstation 9.0. I have 3d acceleration disabled in VMWare so I only have the windows OpenGL implementation to use.
I am ...
3
votes
0answers
68 views
Cross process GDI Drawing using MFC
I have a huge MFC MDI application that draws on its scrollable view area using device context. This application uses a 3rd party library to do some additional drawing in the same view area. It works ...
0
votes
0answers
27 views
What kind of operations can reflect the final view on screen?
What I am trying to is to find out where the source of the image(on screen) comes. Actually I am reversing a simple program that outputs an image on screen and I've located the CreateCompatibleBitmap ...
0
votes
0answers
21 views
OllyDbg - Global Hotkey for pausing execution
I'm debugging an old Windows application with OllyDbg 1.
I have to pause execution of it while it is drawing an unbuffered GDI drawing operation.
I can see it drawing everything, but the progress is ...
1
vote
2answers
39 views
How do you use windows GDI methods in .NET that aren't in GDI+?
I want to call a GDI method that I can't find in GDI+ in a .NET app.
In particular this method which gets kerning pairs for a specified font. I want to implement kerning (letter-spacing) on HTML5 ...
0
votes
0answers
41 views
How does Qt on Windows draw exactly? Does it call GDI internal to draw?
I'm developer on Windows and I have some experiences on WinAPI programs.
As far as I know, there are two ways to draw on Windows, call GDI (includes wrapper of GDI like GDI+) to do traditional drawing ...
-1
votes
0answers
65 views
Need to create a new bitmap filled with black Win32
The title is not entirely clear.
I am making a map editor that allows the user to create maps using tiles. The map files created will be used with another graphics library. That library supports ...
-2
votes
0answers
19 views
what kind of reading and knowledge I have to learn to build report designer and viewer [closed]
I am developing report engine I have technical problems I need resources and recommended readings and books
thanks
0
votes
1answer
69 views
Convert bitmap bits from GetDIBits to jpeg for winsock transmission
I am making a screenshot and retreiving the bits of the bitmap into a char buffer. I am wanting to send this over winsock to another program. This is successfull but sending the bitmap is processor ...
0
votes
1answer
60 views
Trouble using GetDIBits()
the following code that uses GetDIBits() is not giving me the desired output:
#include <windows.h>
#include <iostream>
using namespace std;
int main() {int i; HDC ...
2
votes
2answers
76 views
Need help for merging one image with another image
Suppose programmatically I was comparing between two images. After extracting the difference between two images suppose I store the difference in another Bitmap variable called bmp3
I got a code ...
0
votes
1answer
46 views
How can I highlight whatever substring I want in a custom drawn string?
I have been working on my own autocomplete combobox and textbox. At first I just searched for matches that contained as a substring whatever was in the .Text property of the textbox or combobox. That ...
1
vote
2answers
51 views
Double-buffering *framework* in C and Windows GDI
Background: My client has a very extensive proprietary forms library which is effectively implemented in C (actually, it's a proprietary object-oriented language that basically wraps Windows controls ...
0
votes
1answer
56 views
MVC4 - Uploading Image - Generic GDI+ Error
I'm trying to upload an image and when I try image.Save(), I get a "generic GDI+" error. Any help would be great.
// This action handles the form POST and the upload
[HttpPost]
public ...
1
vote
0answers
75 views
Win32 - GDI - Changing custom pen color
I am trying to use a custom pens in win32 - PS_DASH/PS_DASHDOT - with default colors. However I wanted to change the color of the pens with in the main body of the program based on certain conditions. ...
0
votes
1answer
69 views
How to print text to bottom left corner in page in C#
Code below is used to print order.
Order can have variable number of lines written out by first DrawString call.
Text
Bottom line1
Bottom line2
must appear in bottom left corner in page.
Code ...
0
votes
1answer
104 views
CreateCompatibleBitmap() returns black HBITMAP
Hello Stack Overflow users. It seems that I am not using CreateCompatibleBitmap() properly in the following code:
#include <windows.h>
using namespace std;
int main() {HDC ...
-1
votes
1answer
113 views
VB.NET using bitblt to draw bitmap renders a black square
I'm just starting out with VB.net after many years of VB 6.0 and I thought I'd get started with some graphics.
Just for fun I'm using BitBlt to draw a bitmap I have loaded as a resource and draw it ...
0
votes
1answer
46 views
Memory management when not storing handles returned by functions
Apologies if this has been answered before, I haven't been able to find an answer.
I'm doing some painting in my Win32 application, and have quite a few scenarios where I need to paint an object ...
0
votes
3answers
77 views
BitBlt returns false, GetLastError returns 6 (Invalid handle)?
It's been a few years since my last foray into GDI, but I don't remember having an issue like this before. I am not getting an exception, but BitBlt is returning 0 (False), checking GetLastWIN32Error ...
0
votes
0answers
35 views
convert bitmap to bitmapimage
I want to convert bitmap (GDI) to bitmapImage (wpf). I have the following code:
BitmapSource bitSrc = null;
var hBitmap = source.GetHbitmap();
try
{
bitSrc = ...
0
votes
1answer
59 views
Correct way to repeatedly blit to window DC?
I have put a procedure for capturing screenshots into memoryDC in a Winapi timer.
I can successfully blit the said image to the window, but how would i do this repeatedly, lets say every 1-2 seconds?
...
0
votes
1answer
104 views
Font causes GDI leak in custom control
I have created a custom control like below.
public partial class TextBoxEx : TextBox
{
public TextBoxEx()
{
InitializeComponent();
Font = Utility.normalFont;
}
protected override ...
0
votes
1answer
50 views
How can i capture screenshot and assign to a static control? Winapi
I am trying to capture a screen and assign it to some sort of control so I can click the picture and retrieve the coordinates at which the picture was clicked.
How would I go about doing this? Im ...
1
vote
1answer
27 views
Geometry of fonts
If I want to draw a text on a control, I can get "a bounding rectangle" first and place it at an appropriate place (using GetTextExtentPoint32 function).
But I also need to know where some baselines ...
1
vote
3answers
134 views
win32 - How to draw a rectangle around a text string?
I am new to Win32 and trying to get a GDI based code in C++ ( for technical reasons don't want to use GDI+)
Edit: Simplied the question:
I need to draw a rectangle around the text that is drawn in ...
4
votes
2answers
91 views
Using FillRect() in C++
I am new to using Graphics in Visual C++. I am just trying to make a rectangle filled with a color. Need help to correct this...
RECT rect;
HDC hdc;
hdc=CreateDC(TEXT("DISPLAY"),NULL,NULL,NULL);
...
0
votes
1answer
104 views
Real time drawing in GDI
I'm currently writing a 3D renderer (for fun and research), so I need a way to draw my framebuffer to a window. Since I'm doing all of my calculations on CPU, the drawing needs to be as fast as ...
3
votes
1answer
94 views
I can't use DrawText()
I am trying to drwa some text using GDI on c++
It happens that I have a class that has a method to return the status and I want to draw it
The status is a std::string!
So here is what I have so ...
1
vote
1answer
164 views
GDI Write Bitmap to File in C#
I'm trying to Capture an Image from a window given the Handle/DC. I want to capture the Image with all the transparency and pixels so I decided I'd use GDI/GDI+.
The below code is what I have, but ...
1
vote
2answers
40 views
Understanding windows development APIs
I'm developing an application with a GUI for a project. (my first GUI application )
At the moment, I'm doing some research on how to create a GUI for windows.
So far, I've decided to use Windows ...
1
vote
1answer
66 views
Resizing images in C#
I have the below method which I found online,which resizes an image to an approximate size, while keeping the aspect ratio.
public Image ResizeImage(Size size)
{
int sourceWidth = ...
0
votes
1answer
72 views
Can you make custom buttons and menus using windows gdi?
Like create a file menu with a picture using gdi? Are menus in windows forms just an animation with an event?

