예제 #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);