Beispiel #1
0
 public int box(WinAttribute vAttrs, WinAttribute hAttrs) => Curse.box(Handle, (int)vAttrs, (int)hAttrs);
Beispiel #2
0
 public static int box(IntPtr Win, WinAttribute attrsv, WinAttribute attrsh) => box(Win, (int)attrsv, (int)attrsh);