Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to assign KalikoImage to PictureBox.Image #13

Open
richardwarriner opened this issue Dec 17, 2016 · 1 comment
Open

How to assign KalikoImage to PictureBox.Image #13

richardwarriner opened this issue Dec 17, 2016 · 1 comment

Comments

@richardwarriner
Copy link

What is the most efficient way to get the contents of KalikoImage into a PictureBox.Image?

Many thanks

@fschultz
Copy link
Owner

The easiest and most efficient way is to call the GetAsBitmap() function on the KalikoImage instance and pass the result to PictureBox.Image:
pictureBox.Image = kalikoImage.GetAsBitmap();

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants