Is there an easy way to draw polygons At runtime?
Like MSPaint polygon tool, if so how.
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10077968.html
Zones:
Visual BasicDate Answered: 09/04/1998 Rating: 9.8 Views: 4
My programs draws a rombus using the polygon function in the CDC class. I would like to display a messagebox when the user clicks within the rombus. Therefore, I need a function which will be able ...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10109094.htm...
Zones:
Windows MFCDate Answered: 12/16/1998 Rating: 7.6 Views: 0
#include <windows.h>
void DrawPolygonT(HWND &,
const int,
const int,
const int,
const int,
const int,
const int,
const int);
void DrawPolygonO(...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10288678.html
Zones:
C++Date Answered: 02/24/2000 Rating: 5.2 Views: 0
Can i use CRectTracker class for tracking a Polygon,if so how?
Thanks..
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_20349687.htm...
Zones:
Windows MFCDate Answered: 07/15/2004 Rating: 6.8 Views: 4
3DS max will only allow you to view the number of faces (triangles) in an object, so I was wondering if there was an equation or something to get the number of polygons from the number of faces.
http://www.experts-exchange.com/Programming/Game/3D_Prog./Q_20399367.html
hi.
I am a bit new to graphics programing. I am trying in vb.net to make a
3 walled structure which'll give the look of 3d. for that purpose, I
am using same rectangle filled with textured brush...
http://www.experts-exchange.com/Web_Development/Software/Q_20834441.html
Hello all;
I have a routine where I can grap any portion of a window and save it as a bitmap.
You know drag the mouse and it creates a rectangle area then that area is saved as a bitmap.
T...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_21352355.html
Zones:
C++Date Answered: 03/16/2005 Rating: 9.2 Views: 0
Hello Experts,
I have my failthful GDI+ book and I can't figure out what method i use to see if the user mouse clicked in the polygon i have drawn or is in the circle. I have read obout the conta...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_21569552.htm...
Hi,
Can anyone provide an algorithm that determines if a Polygon (with n (>=4) vertices) is a level Rectangle? A horizontal or vertical line is also considered a rectangle. Well-tested code woul...
http://www.experts-exchange.com/Programming/Misc/Q_21778502.html
Zones:
ProgrammingDate Answered: 03/21/2006 Rating: 6.0 Views: 0
I'm looking to generate plotted Point graph output using a graphic library that creates a 2D set of cartesian axes, plots points[i] for i = 0 to points.length-1. Also draws lines between each of po...
http://www.experts-exchange.com/Programming/Languages/Java/Q_22067786.html
Zones:
JavaDate Answered: 12/25/2006 Rating: 8.6 Views: 0