RotateFlipType wrong values when used in settings

Posted by Vnuk on Stack Overflow See other posts from Stack Overflow or by Vnuk
Published on 2010-05-31T19:58:27Z Indexed on 2010/05/31 20:03 UTC
Read the original article Hit count: 197

Filed under:
|

I'm trying to use System.Drawing.RotateFlipType in my settings file. This screenshot summarizes my problem:

alt text

Each of RotateFlipType values is doubled, and some are missing. If I try to use some of missing values (like Rotate180FlipX, through app.config) - it is simply ignored.

Using VS2008 with SP1, vb.net with framework 3.5 on windows 7.

© Stack Overflow or respective owner

Related posts about .NET

Related posts about system.drawing