Exemple #1
0
 public static IupHandle Canvas(string action = null)
 {
     return(IupHandle.Create(NativeIUP.IupCanvas(action)));
 }