SIL.Utils Rect in C# (CSharp): 7 esempi trovati. Questi sono i migliori esempi reali in C# (CSharp) per SIL.Utils.Rect, estratti da progetti open source. Li puoi valutare, per aiutarci a migliorare la qualità dei nostri esempi.
Correlati
Related in langs
Redefine Rect structure.
We can't simply use Rectangle, because the struct layout is different (Rect uses left, top, right, bottom, whereas Rectangle uses x, y, width, height).