Esempio n. 1
0
 if (!gimp_path_set_locked(_imageID, _name, value))
 {
     throw new GimpSharpException();
Esempio n. 2
0
 if (!gimp_image_grid_set_style(_imageID, value))
 {
     throw new GimpSharpException();
Esempio n. 3
0
 get => gimp_path_get_locked(_imageID, _name);