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
  1. Home
  2. General Programming
  3. Graphics
  4. transparent using Fillpath

transparent using Fillpath

Scheduled Pinned Locked Moved Graphics
questiongraphics
2 Posts 2 Posters 2 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    transoft
    wrote on last edited by
    #1

    Hi I want the path drawn by "FillPath" to be transparent. How can I implement this?

    Gdiplus::Graphics gr(dc);
    Gdiplus::SolidBrush brush(Gdiplus::Color::Black);
    ...
    gr.FillPath(brush, path);
    gr.DrawPath(&p, path);
    ...

    Thanks,

    L 1 Reply Last reply
    0
    • T transoft

      Hi I want the path drawn by "FillPath" to be transparent. How can I implement this?

      Gdiplus::Graphics gr(dc);
      Gdiplus::SolidBrush brush(Gdiplus::Color::Black);
      ...
      gr.FillPath(brush, path);
      gr.DrawPath(&p, path);
      ...

      Thanks,

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      You need to select a colour value in your brush with alpha blending to make it appear transparent; see here[^] for more information.

      I must get a clever new signature for 2011.

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

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