Dsl (Digital Simulation Library) for .Net

The DslAxis type exposes the following members.

コンストラクター

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

メソッド

  名前 説明
Public method Dialog
矩形情報を表示/変更するためのダイアログボックスを表示します。
(Inherited from DslBox.)
Public method Draw
矩形を描画します。
(Inherited from DslBox.)
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.)
Public method LengthOnAxis
座標値 v の座標軸上の位置(mm)。X-軸なら左端からの距離。Y-軸なら下端からの距離。
Protected method MemberwiseClone
現在の Object の簡易コピーを作成します。
(Inherited from Object.)
Public method MoveBy
座標軸の原点(X-軸は左端、Y-軸は上端)をプロット矩形ともに(x,y)の位置に移動します。
Public method MoveTo
座標軸の原点(X-軸は左端、Y-軸は上端)をプロット矩形ともに(x,y)の位置に移動します。
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 method ValueOnAxis
座標軸上の位置に対応する値を返す。 値は逆算計算から計算されます。

フィールド

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

プロパティ

  名前 説明
Public property AxisLength
座標軸の長さ。X-軸は AxisOrigin から左に、Y-軸は AxisOrigin から下に描画されます。
Public property AxisOrigin
座標軸の原点。X-軸は左端が原点ですがY-軸は上端が原点になります。
Public property AxisPen
座標軸を描画する DslPen オブジェクト
Public property Bottom
矩形の下端
(Inherited from DslBox.)
Public property Brush
矩形内部を塗りつぶすためのDslBrushオブジェクト。
(Inherited from DslBox.)
Public property Height
矩形の高さ(mm)
(Inherited from DslBox.)
Public property Left
矩形の左端
(Inherited from DslBox.)
Public property Length
座標軸の長さ(mm)
Public property Max
座標軸の最大座標値(X-軸なら右端の値。Y-軸なら上端の値)
Public property Min
座標軸の最小座標値(X-軸なら左端の値。Y-軸なら下端の値)
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 RMax
座標軸の最大値をキリの良い値に丸めたもの。
Public property RMin
座標軸の最小値をキリの良い値に丸めたもの。
Public property Spans
(RMin,RMax) を表示に都合の良い値で区切った時の分割数(分割点は値の区切りが良く表示に好都合良いものとなります)
Public property Top
矩形の上端
(Inherited from DslBox.)
Public property UnitLength
座標値の単位値当たりに対する座標軸の長さ
Public property ValueFormat
数値情報を表示する書式文字(詳細は .Net の ToString() メソッドの書式を参照してください)。
Public property Visible
true なら描画されます、false なら描画されません。
(Inherited from Dsl2D.)
Public property Width
矩形の幅(mm)
(Inherited from DslBox.)

参照