Discussion:
DrawText with a border
(too old to reply)
-mhd
2012-08-09 20:47:35 UTC
Permalink
For debugging purposes I would like to include a border around my rectangles
that are text regions. Which API is best suited for this and can be passed the
RECT udt I already defined?

-mike
Farnsworth
2012-08-09 21:43:16 UTC
Permalink
Post by -mhd
For debugging purposes I would like to include a border around my
rectangles that are text regions. Which API is best suited for this
and can be passed the RECT udt I already defined?
-mike
DrawEdge(BF_RECT).
-mhd
2012-08-10 03:38:11 UTC
Permalink
Post by Farnsworth
Post by -mhd
For debugging purposes I would like to include a border around my
rectangles that are text regions. Which API is best suited for this
and can be passed the RECT udt I already defined?
-mike
DrawEdge(BF_RECT).
Thanks - works like a charm.

-mike

Loading...