Dsl (Digital Simulation Library) for .Net

The DslPage type exposes the following members.

コンストラクター

  名前 説明
Public method DslPage()()()()
デフォルトコンストラクター
Public method DslPage(DslCanvas)
コンストラクター

メソッド

  名前 説明
Public method Dialog
矩形情報を表示/変更するためのダイアログボックスを表示します。
(Inherited from DslBox.)
Public method Draw
ページ(複数のグラフとラベル等で構成されます)を描画します。
Public method Equals
指定した Object が、現在の Object と等しいかどうかを判断します。
(Inherited from Object.)
Protected method Finalize
Object がガベージ コレクションにより収集される前に、その Object がリソースを解放し、その他のクリーンアップ操作を実行できるようにします。
(Inherited from Object.)
Public method GetHashCode
特定の型のハッシュ関数として機能します。
(Inherited from Object.)
Public method GetIdName
ObjectID プロパティ(DSL_OBJECT)の文字列表現を返します。
(Inherited from Dsl2D.)
Public method GetType
現在のインスタンスの Type を取得します。
(Inherited from Object.)
Public method HitTest
ポイント pt の位置が自分の内部なら自分をリターンします。 それ以外は null を返します。
(Inherited from DslBox.)
Protected method MemberwiseClone
現在の Object の簡易コピーを作成します。
(Inherited from Object.)
Public method MoveBy
矩形を横に dx (mm)、縦に dy (mm) 移動します。 ただし、親(存在する場合)の外に移動はできません。
(Inherited from DslBox.)
Public method MoveTo
矩形位置(左上位置)を (left,top) に移動します。 ただし、親(存在する場合)の外に移動はできません。
(Inherited from DslBox.)
Public method Restore
子オブジェクトの作成情報を読み込み子オブジェクトを作成します。 子オブジェクトを持たない場合は単にリターンします。 子オブジェクトを持つ場合、作成した子オブジェクトの Restore() を呼び出します。
(Overrides DslBox..::..Restore(Object, TextReader).)
Public method RestoreContents
プロパティ値等を読み込み回復します。 子オブジェクトを持たない場合は単にリターンします。 子オブジェクトを持つ場合、作成した子オブジェクトの RestoreContents() を呼び出します。
(Overrides DslBox..::..RestoreContents(Object, TextReader).)
Public method Save
子オブジェクトの作成情報を後の Restore() で回復できるように TextWriter に出力します。 子オブジェクトを持たない場合は単にリターンします。 子オブジェクトを持つ場合、子オブジェクトの Save() を呼び出します。
(Overrides DslBox..::..Save(Object, TextWriter).)
Public method SaveContents
プロパティ値等を後の RestoreContents() で回復できるように TextWriter に出力します。 子オブジェクトを持たない場合は単にリターンします。 子オブジェクトを持つ場合、子オブジェクトの SaveContents() を呼び出します。
(Overrides DslBox..::..SaveContents(Object, TextWriter).)
Public method ToString
現在の Object を表す String を返します。
(Inherited from Object.)

フィールド

  名前 説明
Public field Tag
利用者が任意のオブジェクトを設定できます。 DslDialg 内で参照されることはありません。
(Inherited from DslBox.)

プロパティ

  名前 説明
Public property Bottom
矩形の下端
(Inherited from DslBox.)
Public property Brush
矩形内部を塗りつぶすためのDslBrushオブジェクト。
(Inherited from DslBox.)
Public property Canvas
親の DslCanvas オブジェクト(DslCanvas)。
Public property Data
描画データを扱う DslData オブジェクト
Public property Graphs
本ページに描画されるグラフオブジェクトの配列(DslGraph)。
Public property GraphsX
横方向に描画するグラフの数
Public property GraphsY
縦方向に描画するグラフの数
Public property Height
矩形の高さ(mm)
(Inherited from DslBox.)
Public property Index
親(DslCanvas)の配列のインデックス。
Public property Labels
TitleとPageLabel以外の各ページ固有のテキストラベル(DslTextBox)。
Public property Left
矩形の左端
(Inherited from DslBox.)
Public property ObjectID
オブジェクトを区別するためのID
(Inherited from Dsl2D.)
Public property PageLabel
ページ番号などを表示するテキストラベル(DslPageLabel)。各ページ共通。
Public property Parent
親オブジェクト
(Inherited from Dsl2D.)
Public property Pen
外枠を描くためのDslPenオブジェクト。
(Inherited from DslBox.)
Public property Rectangle
矩形(RectangleF)を返します。
(Inherited from DslBox.)
Public property Right
矩形の右端
(Inherited from DslBox.)
Public property Title
ページのタイトル(DslPageTitle)。各ページ共通。
Public property Top
矩形の上端
(Inherited from DslBox.)
Public property Visible
true なら描画されます、false なら描画されません。
(Inherited from Dsl2D.)
Public property Width
矩形の幅(mm)
(Inherited from DslBox.)

参照