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: 224
.NET
|system.drawing
I'm trying to use System.Drawing.RotateFlipType in my settings file. This screenshot summarizes my problem:
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