Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. pixel on photo

pixel on photo

Scheduled Pinned Locked Moved C#
csharphelptutorialquestion
8 Posts 6 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    Ayu Riza Kurniawati
    wrote on last edited by
    #1

    how to get pixel value from fhoto if I use C# language program? i need it at quickly to get my test scores please.. help me..

    A J L 3 Replies Last reply
    0
    • A Ayu Riza Kurniawati

      how to get pixel value from fhoto if I use C# language program? i need it at quickly to get my test scores please.. help me..

      A Offline
      A Offline
      Anthony Mushrow
      wrote on last edited by
      #2

      http://msdn.microsoft.com/en-us/library/system.drawing.bitmap.getpixel.aspx[^] Have you ever tried putting some effort in yourself?

      My current favourite quote is: Punch them in the face, see what happens!

      -SK Genius

      1 Reply Last reply
      0
      • A Ayu Riza Kurniawati

        how to get pixel value from fhoto if I use C# language program? i need it at quickly to get my test scores please.. help me..

        J Offline
        J Offline
        J4amieC
        wrote on last edited by
        #3

        ayu riza kurniawati wrote:

        i need it at quickly to get my test scores

        Does that translate to what I think it does? "Holy crap, im in an exam right now and need this answered so I can scape a pass mark"

        OriginalGriffO 1 Reply Last reply
        0
        • J J4amieC

          ayu riza kurniawati wrote:

          i need it at quickly to get my test scores

          Does that translate to what I think it does? "Holy crap, im in an exam right now and need this answered so I can scape a pass mark"

          OriginalGriffO Offline
          OriginalGriffO Offline
          OriginalGriff
          wrote on last edited by
          #4

          Holy crap Batman! I do believe you are correct! We had best leap into action and try and save his ass! Do you think he can wait until tomorrow, 'cause I'm off home soon...

          Did you know: That by counting the rings on a tree trunk, you can tell how many other trees it has slept with.

          "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
          "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt

          A 1 Reply Last reply
          0
          • OriginalGriffO OriginalGriff

            Holy crap Batman! I do believe you are correct! We had best leap into action and try and save his ass! Do you think he can wait until tomorrow, 'cause I'm off home soon...

            Did you know: That by counting the rings on a tree trunk, you can tell how many other trees it has slept with.

            A Offline
            A Offline
            Anthony Mushrow
            wrote on last edited by
            #5

            OriginalGriff wrote:

            Holy crap Batman!

            You're not quite getting the gist of this Holy 'X' Batman thing. I think you may have been after something more like:

            Holy test papers Batman!

            or maybe

            Holy exam timetables Batman!

            or even

            Holy flimflam Batman!

            My current favourite quote is: Punch them in the face, see what happens!

            -SK Genius

            1 Reply Last reply
            0
            • A Ayu Riza Kurniawati

              how to get pixel value from fhoto if I use C# language program? i need it at quickly to get my test scores please.. help me..

              L Offline
              L Offline
              Luc Pattyn
              wrote on last edited by
              #6

              Here you go. Pass the test, join the experts.

              for(int y=0; y<photo.Height; y++) {
              for(int x=0; x<photo.Width; x++) {
              Color color=x==y?Color.IamLazy:Color.IamIdiot;
              MessageBox.Show("color="+color.ToString());
              }
              }

              :)

              Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]


              I only read formatted code with indentation, so please use PRE tags for code snippets.


              I'm not participating in frackin' Q&A, so if you want my opinion, ask away in a real forum (or on my profile page).


              M 1 Reply Last reply
              0
              • L Luc Pattyn

                Here you go. Pass the test, join the experts.

                for(int y=0; y<photo.Height; y++) {
                for(int x=0; x<photo.Width; x++) {
                Color color=x==y?Color.IamLazy:Color.IamIdiot;
                MessageBox.Show("color="+color.ToString());
                }
                }

                :)

                Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]


                I only read formatted code with indentation, so please use PRE tags for code snippets.


                I'm not participating in frackin' Q&A, so if you want my opinion, ask away in a real forum (or on my profile page).


                M Offline
                M Offline
                mprice214
                wrote on last edited by
                #7

                you think he caught that? :laugh:

                L 1 Reply Last reply
                0
                • M mprice214

                  you think he caught that? :laugh:

                  L Offline
                  L Offline
                  Luc Pattyn
                  wrote on last edited by
                  #8

                  I'm not sure. He may not notice my solution when he gets distracted by CG providing an appropriate answer here[^]. :)

                  Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]


                  I only read formatted code with indentation, so please use PRE tags for code snippets.


                  I'm not participating in frackin' Q&A, so if you want my opinion, ask away in a real forum (or on my profile page).


                  1 Reply Last reply
                  0
                  Reply
                  • Reply as topic
                  Log in to reply
                  • Oldest to Newest
                  • Newest to Oldest
                  • Most Votes


                  • Login

                  • Don't have an account? Register

                  • Login or register to search.
                  • First post
                    Last post
                  0
                  • Categories
                  • Recent
                  • Tags
                  • Popular
                  • World
                  • Users
                  • Groups