Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
2
Answers
Translate (shift) image pixel by pixel in nested loop
Saleh Albelwi
10y
1k
1
Reply
Hello guys,
Please I would like to write a code to translate(shift) an image pixel by pixel in nested loop...
public void Translate(float tx, float ty)
{
for(int i=0;i<mypic.width;i++)
{
for(int j=0;j<mypic.height;j++)
{
// my code here
}
}
Post
Reset
Cancel
Answers (
2
)
Next Recommended Forum
resizing of dynamic controls in datagridview
MoveFileWithProgress (How to Use it)