Top "Graphics" questions

Graphics are visual presentations.

opengl: glFlush() vs. glFinish()

I'm having trouble distinguishing the practical difference between calling glFlush() and glFinish(). The docs say that glFlush() and glFinish() will …

c++ c opengl graphics
How do I draw simple graphics in C#?

I just want to draw simple 2D objects like circle, line, square etc in C#. How do I do that? …

c# .net graphics directx 2d
C# graph drawing library?

I'm looking for a (free) library which allows me to draw a CFG (control flow graph). Something like yFiles, but …

c# graphics graph-theory
Draw a Fill Rectangle with low opacity

I a have a PictureBox with a picture in a Windows Form application in C# language.I want draw a …

c# winforms graphics drawing
Calculation of a mixed color in RGB

I want to be able to take two RGB-256 vectors and calculate the result of their mixture. Also I want …

graphics colors rgb mixing
Remove facet_wrap labels completely

I'd like to remove the labels for the facets completely to create a sort of sparkline effect, as for the …

r graphics ggplot2
Right way to dispose Image/Bitmap and PictureBox

I am trying to develop a Windows Mobile 6 (in WF/C#) application. There is only one form and on the …

c# image graphics dispose picturebox
Getting R plots into LaTeX?

I'm a newbie to both R and LaTeX and have just recently found how to plot a standard time series …

graphics r latex vector-graphics
How to color a pixel?

I have to create a simple 2D animation without using various primitives for drawing line, circle etc for the purpose. …

java graphics pixel
Rounded edges in button C# (WinForms)

Hello, through some research around here and other sites, I've made a rounded edges button. protected override void OnPaint(PaintEventArgs …

c# winforms button graphics rounded-corners