CreateLab

Results 33 comments of CreateLab

@andupotorac here we discuss an api, how to create curl request for inpanting draw?

If we need some picture from clipboard, i test this code and it's work ```cs var formatsAsync = await Application.Current.Clipboard.GetFormatsAsync(); object obj = null; if(formatsAsync.Contains("image/jpeg")) obj = (await Application.Current.Clipboard.GetDataAsync("image/jpeg")); if(formatsAsync.Contains("PNG"))...

@caesay yep, u should understand with what app u wanna work with, that example work correctly with telegram app, with snipping tool For FireFox I need addition fix, like get...

@caesay as i understand your lib works only in win os, am I right?

Nothing ![image](https://user-images.githubusercontent.com/33497292/230942885-b7a80eea-dc10-48c5-8fc0-932b3f744425.png)

Cant reproduce it in mvp, send info in private contact.

Owerride style for control

By default - no. But you may set horizontal size for your custom window