CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: basilmon

Search: Search took 0.04 seconds.

  1. Replies
    19
    Views
    26,912

    Re: Set Sided Polygon in C++

    Yes, Is there any error in code?
  2. Replies
    19
    Views
    26,912

    Re: Set Sided Polygon in C++

    void PixelPlotterForm::DrawPolygon( int Sides, int X, int Y, int R, Color PixelColour )
    {
    int x = X;
    int y = Y;
    int r = R;
    int sides = Sides;

    float cir = PI * (r * 2);

    float...
  3. Replies
    19
    Views
    26,912

    Re: Set Sided Polygon in C++

    When I run the code I only getting single pixel , not even a side of polygon.
  4. Replies
    19
    Views
    26,912

    Re: Set Sided Polygon in C++

    could anyone help me with this problem?
  5. Replies
    19
    Views
    26,912

    Re: Set Sided Polygon in C++

    did you get the whole code? I am stuck with this problem
Results 1 to 5 of 6





Click Here to Expand Forum to Full Width

Featured