Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created March 28, 2022 14:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjoerntx/3f870e7692dd571aeb98a415ce66c623 to your computer and use it in GitHub Desktop.
Save bjoerntx/3f870e7692dd571aeb98a415ce66c623 to your computer and use it in GitHub Desktop.
System.Drawing.Image sdImage = System.Drawing.Image.FromFile("image.png");
TXTextControl.Image image = new TXTextControl.Image(sdImage);
textControl1.Images.Add(image, -1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment