Results 1 to 2 of 2

Thread: Image Orientation

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 2017
    Posts
    8

    Image Orientation

    Hiya, I was wondering if i could use Select Cases to do image Orients for example

    Code:
    Select Case
    Case 0 
    bmpCastleCopy.Setpixel(i = 45, j, tmpColor)
    case 1
    bmpCastleCopy.Setpixel(i, j = 45, tmpColor
    
    
    EndCase
    something along the lines of this.

    thank you

    -Shappy

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    110,299

    Re: Image Orientation

    You can use a Select Case to select one of multiple actions based on the value of an expression. What those actions are is irrelevant to the use of the Select Case. If you want those actions to be the reorientation of an Image object then go ahead and do that.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width