Enter Keywords:
1 - 10 of 119(0.009 seconds)
Sort By:
 
Is there an easy way to draw polygons At runtime? Like MSPaint polygon tool, if so how.
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 ...
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(...
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..
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.
Zones: 3D Game Programming, Pl...Date Answered: 11/28/2003 Rating: 7.2 Views: 0
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...
Zones: Web Dev SoftwareDate Answered: 08/01/2004 Rating: 7.8 Views: 0
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...
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...
Zones: MS Visual BasicDate Answered: 10/04/2005 Rating: 9.0 Views: 0
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...
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...
Zones: JavaDate Answered: 12/25/2006 Rating: 8.6 Views: 0