I’ve been doing a bunch of dev work inside the confines of System.Drawing as of late, an area in which I’ve spent less time than I have elsewhere, and came across the following that left me busting a gut,
![]()
No doubt there’s good reason to have the enum value PixelFormat.DontCare, but it’s still making me smile none-the-less wondering just how purple and sticky** the sky’s above Redmond are these days (or at least that day, anyway). ;-)
Enjoy your “What pixel format should I use? Ah, hell, I don’t care. Just pick one.” dev days, everyone!
** If you don’t know, don’t ask. ;-) :D


I hope it doesn't take too much fun out, but don't care is a well-defined technical term in the digital logic domain. I don't know this namespace well, but my guess is that Microsoft is using it in a serious sense.
@Ed,
>> I hope it doesn't take too much fun out,
Oh, there's always fun to be had! ;-)
>> but don't care is a well-defined technical term in the digital logic domain. I don't know this namespace well, but my guess is that Microsoft is using it in a serious sense.
Huh, weird. During all my years of coding I don't believe I've ever stumbled across this usage. Or maybe I have and just thought the author was just making a statement of opinion rather than technical fact? Not sure, but whatever the reason I still like it! I think I'll start using it in my code more often. :D
Thanks for the info and link!