ArvidasBazaVitce

Results 5 comments of 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: ![soht coner](https://user-images.githubusercontent.com/3592892/28893929-d94b5ecc-77db-11e7-9b14-e46cc0c1b15d.png) Now it looks like we should round the rectangle too.