Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created March 28, 2022 15:50
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/383ede82cdabb4db5e62ddc5c2269c4c to your computer and use it in GitHub Desktop.
Save bjoerntx/383ede82cdabb4db5e62ddc5c2269c4c to your computer and use it in GitHub Desktop.
TXTextControl.Image image = new TXTextControl.Image("image.png", 4);
textControl1.Images.Add(image, new Point(500,500), -1,
TXTextControl.ImageInsertionMode.MoveWithText |
TXTextControl.ImageInsertionMode.DisplaceText);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment