I am trying to find information about transferring an image to a method, I tried to pass it with an object, but to no avail.
Can someone point me in the right direction to explore the answer myself, I have tried many searches, but I am not sure that the correct wording will be used when searching for such an answer.
I create a class that manipulates the field of the image that was passed to it.
public class picBoxStuff
{
public void doStuff(Object pictureBox)
{
pictureBox.dooooostufff....
}
}
Thanks, please, in advance,
EDIT:
Thanks guys, Unfortuanlty, I canβt vote for you as answers, and both of you are fantastic, Add a note to add to what you both mentioned for people who are looking for this in the future.
system.windows.forms, .net-.
" System.Windows.Forms;".
, , pictureBox .
, refrence windows.forms:)
,