The CFviDrawAscopeParam type exposes the following members.

Constructors

NameDescription
Public methodCFviDrawAscopeParam()()()()
コンストラクタ
Protected methodCFviDrawAscopeParam(SerializationInfo, StreamingContext)
ISerializable の実装: シグネチャコンストラクタ

Methods

NameDescription
Protected method_Deserialize
ISerializable の実装: 逆シリアル化時のコンストラクタ代替え関数
Protected method_ReadElement
IXmlSerializable の実装: オブジェクトの XML 表現からオブジェクトを生成します。(継承用)
Public methodClone
インスタンスのクローンの生成
Public methodCopyFrom
インスタンスの複製
Public methodDispose()()()()
Releases all resources used by the CFviDrawAscopeParam
Protected methodDispose(Boolean)
リソースの解放
Public methodEquals
インスタンスの比較
(Overrides Object..::..Equals(Object).)
Protected methodFinalize
Object がガベージ コレクションにより収集される前に、その Object がリソースを解放し、その他のクリーンアップ操作を実行できるようにします。
(Inherited from Object.)
Public methodGetHashCode
ハッシュコードの取得
(Overrides Object..::..GetHashCode()()()().)
Public methodGetObjectData
ISerializable の実装: SerializationInfo に、オブジェクトをシリアル化するために必要なデータを設定します。
Public methodGetSchema
IXmlSerializable の実装: 処理対象オブジェクトの XML 表現を記述する XmlSchema
Public methodGetType
現在のインスタンスの Type を取得します。
(Inherited from Object.)
Protected methodMemberwiseClone
現在の Object の簡易コピーを作成します。
(Inherited from Object.)
Public methodReadXml
IXmlSerializable の実装: オブジェクトの XML 表現からオブジェクトを生成します。
Public methodToString
現在の Object を表す String を返します。
(Inherited from Object.)
Public methodWriteXml
IXmlSerializable の実装: オブジェクトを XML 表現に変換します。

Operators

NameDescription
Public operatorStatic memberEquality
インスタンスの比較(等価)
Public operatorStatic memberInequality
インスタンスの比較(不等価)

Fields

NameDescription
Protected fieldm_CursorPen
十字カーソルのペン
Protected fieldm_GraphPen
濃度波形グラフのペン
Protected fieldm_RulerPen
ルーラーのペン
Protected fieldm_TextBkColor
テキストの背景色 (背景モードが不透過の場合に有効)
Protected fieldm_TextBkMode
テキストの背景モード (透過か不透過かを示す)
Protected fieldm_TextColor
テキストの前景色
Protected fieldm_TextFontName
テキストのフォント名
Protected fieldm_TextFontSize
テキストのフォントの高さ [1~]

Properties

NameDescription
Public propertyCursorPen
十字カーソルのペン (インスタンス参照) (※インスタンス差し替えは不可)
Public propertyGraphPen
濃度波形グラフのペン (インスタンス参照) (※インスタンス差し替えは不可)
Public propertyRulerPen
ルーラーのペン (インスタンス参照) (※インスタンス差し替えは不可)
Public propertyTextBkColor
テキストの背景色 (背景モードが不透過の場合に有効)
Public propertyTextBkMode
テキストの背景モード (透過か不透過かを示す)
Public propertyTextColor
テキストの前景色
Public propertyTextFontName
テキストのフォント名
Public propertyTextFontSize
テキストのフォントの高さ [1~]

See Also