Home
last modified time | relevance | path

Searched defs:Win32Rect (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/pinta/pinta-1.7.1/Pinta.Docking/Extensions/
H A DGtkWorkarounds.cs743 struct Win32Rect struct in Pinta.Docking.GtkWorkarounds
745 public int Left, Top, Right, Bottom;
747 public Win32Rect (int left, int top, int right, int bottom) in Win32Rect() method