RE: GDI+ DrawString(...) Limitation???
- From: George <George@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 2 Aug 2005 12:00:24 -0700
Nobody knows how to do it?
"George" wrote:
> In GDI, when I need a certain part of the string I can provide the Clipping
> Rectangle. However, I don't see any equivalent in GDI+.
>
> The Exact problem is that I need to draw a part of the string from location
> x1,y1 and draw it at location x2,y2. The ovbvious solution is to first draw
> the whole string onto a Buffer DC and then from that DC copy the desired part
> on to the final DC, However, the problem with this approach is that the
> string could be very long (upto 512 characters) and I am doing a marquee
> animation with the text and can't afford to create a buffer that big!
>
> Any suggestions would be Appreciated!
.
- Follow-Ups:
- Re: GDI+ DrawString(...) Limitation???
- From: Michael Phillips, Jr.
- Re: GDI+ DrawString(...) Limitation???
- References:
- GDI+ DrawString(...) Limitation???
- From: George
- GDI+ DrawString(...) Limitation???
- Prev by Date: Re: Problems using ordinary GDI operations on 32bit Bitmap
- Next by Date: Re: GDI+ DrawString(...) Limitation???
- Previous by thread: GDI+ DrawString(...) Limitation???
- Next by thread: Re: GDI+ DrawString(...) Limitation???
- Index(es):
Relevant Pages
|