CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2004
    Location
    Bangalore, INDIA
    Posts
    20

    To draw an ellipse with dashed , dotted line styles

    hai all,

    I am developing an application using GDI functionalities.
    I have to draw ellipse on mouse move with dashed, dotted line styles.
    Further , the thickness of pen width is more than 2.

    Please help me.

    With thanks,
    arun a.c.

  2. #2
    Join Date
    Oct 2003
    Location
    India
    Posts
    195
    it is possible with the help of GDI functions. Refer MSDN for most of the details with examples. Also refer CDC class in MFC;

    all the best!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured