Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
M

Member 10536430

@Member 10536430
About
Posts
1
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to overwrite one angle arc over other during runtime
    M Member 10536430

    I used angle arc to divide circle into 8 segments, when i extend an angle of one angle arc then the other dissappears , it does not overwrites what to do? What I have tried: i used the below code MoveToEx(hMemDC,50,50 , (LPPOINT) NULL); AngleArc(hMemDC, 50 , 50 , 47, 0, 45); SetArcDirection(m_hMemDC, AD_CLOCKWISE); LineTo(hMemDC,50,50); EndPath(hMemDC); StrokeAndFillPath(hMemDC); then MoveToEx(hMemDC,50,50 , (LPPOINT) NULL); AngleArc(hMemDC, 50 , 50 , 47, 45, 45); SetArcDirection(m_hMemDC, AD_CLOCKWISE); LineTo(hMemDC,50,50); EndPath(hMemDC); StrokeAndFillPath(hMemDC); and so on.. now if i want to increase the angle of 2nd segment to 55 degrees then the 3rd segment dissappears. how to solve it ?

    C / C++ / MFC tutorial question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups