ArvidasBazaVitce
ArvidasBazaVitce
``` [LegacyDllImport("x32.dll")] public interface IGetStr : IDisposable { [LegacyDllMethod(CallingConvention = CallingConvention.StdCall, CharSet = CharSet.Unicode)] Int32 GetStr( out String Str); } public static Int32 GetStr(ref String str) { return = client.GetStr(out...
Yes, tnx! Thank's for that "Action" part, I didn't know about that implementation. Good idea, this hides the shadow drawing (future) complexity. Ok, the code readability suffers a bit but...
.. or even more optimized.. ```c++ /// /// A loop method (for now loop method) which calls the specified action, to draw a shadow /// /// int /// Action which...
https://www.codeproject.com/Articles/5649/Extended-Graphics-An-implementation-of-Rounded-Rect
made copy paste from SpeechBuble rounded coner:  Now it looks like we should round the rectangle too.