コード例 #1
0
        public override PdnBaseForm CreateConfigDialog()
        {
            BitmapLayerPropertiesDialog blpd = new BitmapLayerPropertiesDialog();

            blpd.Layer = this;
            return(blpd);
        }
コード例 #2
0
ファイル: BitmapLayer.cs プロジェクト: herbqiao/paint.net
 public override PdnBaseForm CreateConfigDialog()
 {
     BitmapLayerPropertiesDialog blpd = new BitmapLayerPropertiesDialog();
     blpd.Layer = this;
     return blpd;
 }