예제 #1
0
    public void RemoveMask(MaskApplyMode mode)
    {
      if (!gimp_layer_remove_mask(_ID, mode))
	{
	  throw new GimpSharpException();
	}
    }
예제 #2
0
    static extern bool gimp_layer_remove_mask (Int32 layer_ID,
					       MaskApplyMode mode);
예제 #3
0
 static extern bool gimp_layer_remove_mask(Int32 layer_ID,
     MaskApplyMode mode);
예제 #4
0
 public void RemoveMask(MaskApplyMode mode)
 {
     if (!gimp_layer_remove_mask(_ID, mode))
     {
       throw new GimpSharpException();
     }
 }