Пример #1
0
 if (!gimp_path_set_locked(_imageID, _name, value))
 {
     throw new GimpSharpException();
Пример #2
0
 if (!gimp_image_grid_set_style(_imageID, value))
 {
     throw new GimpSharpException();
Пример #3
0
 get => gimp_path_get_locked(_imageID, _name);