コード例 #1
0
 public basePageMatFrameArea(baseLayoutArea layoutArea)
 {
     this._attachedToLayoutArea = layoutArea;
     _completePageMatFrameSizeF = new SizeF(24.0f, 12.0f);
     this.BackColor = Color.Red;
     _setPageMatFrameType();
 }
コード例 #2
0
ファイル: baseProduct.cs プロジェクト: ctwoolsey/layoutApp
 private void _addLayoutArea()
 {
     this._layoutArea = new baseLayoutArea(xOffset,yOffset);
     this._mainForm.Controls.Add(this._layoutArea);
     this._layoutArea._fitDesignArea();
 }