Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 824399
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T03:05:46+00:00 2026-05-15T03:05:46+00:00

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

  • 0

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

alt text http://l-2.incito.hr/rotatefliptype.png

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.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T03:05:46+00:00Added an answer on May 15, 2026 at 3:05 am
    // Summary:
    //     Specifies the direction of an image's rotation and the axis used to flip
    //     the image.
    public enum RotateFlipType
    {
        // Summary:
        //     Specifies a 180-degree rotation followed by a horizontal and vertical flip.
        Rotate180FlipXY = 0,
        //
        // Summary:
        //     Specifies no rotation and no flipping.
        RotateNoneFlipNone = 0,
        //
        // Summary:
        //     Specifies a 270-degree rotation followed by a horizontal and vertical flip.
        Rotate270FlipXY = 1,
        //
        // Summary:
        //     Specifies a 90-degree rotation without flipping.
        Rotate90FlipNone = 1,
        //
        // Summary:
        //     Specifies a 180-degree rotation without flipping.
        Rotate180FlipNone = 2,
        //
        // Summary:
        //     Specifies no rotation followed by a horizontal and vertical flip.
        RotateNoneFlipXY = 2,
        //
        // Summary:
        //     Specifies a 270-degree rotation without flipping.
        Rotate270FlipNone = 3,
        //
        // Summary:
        //     Specifies a 90-degree rotation followed by a horizontal and vertical flip.
        Rotate90FlipXY = 3,
        //
        // Summary:
        //     Specifies a 180-degree rotation followed by a vertical flip.
        Rotate180FlipY = 4,
        //
        // Summary:
        //     Specifies no rotation followed by a horizontal flip.
        RotateNoneFlipX = 4,
        //
        // Summary:
        //     Specifies a 90-degree rotation followed by a horizontal flip.
        Rotate90FlipX = 5,
        //
        // Summary:
        //     Specifies a 270-degree rotation followed by a vertical flip.
        Rotate270FlipY = 5,
        //
        // Summary:
        //     Specifies no rotation followed by a vertical flip.
        RotateNoneFlipY = 6,
        //
        // Summary:
        //     Specifies a 180-degree rotation followed by a horizontal flip.
        Rotate180FlipX = 6,
        //
        // Summary:
        //     Specifies a 90-degree rotation followed by a vertical flip.
        Rotate90FlipY = 7,
        //
        // Summary:
        //     Specifies a 270-degree rotation followed by a horizontal flip.
        Rotate270FlipX = 7,
    }
    

    Take a paper and try to flip&rotate it and you’ll see that duplicate values are indeed duplicate, ie. they represent the same transformation. Enum converter obviously goes from 0 to 7, searches enum string and gets FIRST for you.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a .ini file as follows: [playlist] numberofentries=2 File1=http://87.230.82.17:80 Title1=(#1 - 365/1400) Example
I am trying to understand how to use SyndicationItem to display feed which is
For some reason, after submitting a string like this Jack’s Spindle from a text
I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
this is what i have right now Drawing an RSS feed into the php,
I am trying to render a haml file in a javascript response like so:
I want use html5's new tag to play a wav file (currently only supported
I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
I'm trying to use string.replace('’','') to replace the dreaded weird single-quote character: ’ (aka
I have a reasonable size flat file database of text documents mostly saved in

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.