Dsl (Digital Simulation Library) for .Net

The DslPageLabel type exposes the following members.

コンストラクター

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

メソッド

  名前 説明
Public method Dialog()()()()
矩形情報を表示/変更するためのダイアログボックスを表示します。 描画する文字列も編集できます。
(Inherited from DslTextBox.)
Public method Dialog(Boolean)
矩形情報を表示/変更するためのダイアログボックスを表示します。
(Inherited from DslTextBox.)
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 DslTextBox..::..Restore(Object, TextReader).)
Public method RestoreContents
プロパティ値等を読み込み回復します。 子オブジェクトを持たない場合は単にリターンします。 子オブジェクトを持つ場合、作成した子オブジェクトの RestoreContents() を呼び出します。
(Overrides DslTextBox..::..RestoreContents(Object, TextReader).)
Public method Save
子オブジェクトの作成情報を後の Restore() で回復できるように TextWriter に出力します。 子オブジェクトを持たない場合は単にリターンします。 子オブジェクトを持つ場合、子オブジェクトの Save() を呼び出します。
(Overrides DslTextBox..::..Save(Object, TextWriter).)
Public method SaveContents
プロパティ値等を後の RestoreContents() で回復できるように TextWriter に出力します。 子オブジェクトを持たない場合は単にリターンします。 子オブジェクトを持つ場合、子オブジェクトの SaveContents() を呼び出します。
(Overrides DslTextBox..::..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 Font
文字列を描画するフォントオブジェクト。
(Inherited from DslTextBox.)
Public property Height
矩形の高さ(mm)
(Inherited from DslBox.)
Public property Left
矩形の左端
(Inherited from DslBox.)
Public property ObjectID
オブジェクトを区別するためのID
(Inherited from Dsl2D.)
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 Texts
矩形内部に描画される文字列の配列(配列要素は行を変えて描画されます)
(Inherited from DslTextBox.)
Public property Top
矩形の上端
(Inherited from DslBox.)
Public property Visible
true なら描画されます、false なら描画されません。
(Inherited from Dsl2D.)
Public property Width
矩形の幅(mm)
(Inherited from DslBox.)

参照