The CFviOverlay type exposes the following members.

Constructors

NameDescription
Public methodCFviOverlay()()()()
コンストラクタ
Public methodCFviOverlay(IntPtr)
FVCLクラス指定コンストラクタ
Protected methodCFviOverlay(SerializationInfo, StreamingContext)
ISerializable の実装: シグネチャコンストラクタ
Public methodCFviOverlay(Boolean, Boolean, Boolean, ScalingMode)
初期値指定コンストラクタ

Methods

NameDescription
Protected method_Deserialize
ISerializable の実装: 逆シリアル化時のコンストラクタ代替え関数
(Overrides CFviObject..::.._Deserialize(SerializationInfo, StreamingContext).)
Protected method_free_body
FVCL インスタンスの解放
(Inherited from CFviObject.)
Protected method_ReadElement
IXmlSerializable の実装: オブジェクトの XML 表現からオブジェクトを生成します。(継承用)
Public methodAddMouseEventHandler
マウス操作用ハンドラの有効化
Public methodCanChangeCursor
マウスカーソルの形状変更可否判定
Public methodCanMouseGrip
マウスグリップ可否判定
Public methodClone
インスタンスのクローンの生成
Protected methodCopyFigures
図形コレクションの複製
Public methodCopyFrom
インスタンスの複製
Public methodStatic memberCopyOverlay
オーバレイに集約された図形クラスの複製処理
Public methodDelMouseEventHandler
マウス操作用ハンドラの解除
Public methodDispose()()()()
リソースの解放
(Inherited from CFviObject.)
Protected methodDispose(Boolean)
インスタンスの破棄
(Overrides CFviObject..::..Dispose(Boolean).)
Public methodDPtoIP
表示領域座標から画像の絶対座標への変換
Public methodEquals
インスタンスの比較
(Overrides CFviObject..::..Equals(Object).)
Protected methodFinalize
ファイナライザ
(Inherited from CFviObject.)
Public methodFindFigure
図形コレクション内の検索
Public methodGetHashCode
ハッシュコードの取得
(Overrides CFviObject..::..GetHashCode()()()().)
Public methodGetObjectData
ISerializable の実装: SerializationInfo に、オブジェクトをシリアル化するために必要なデータを設定します。
(Overrides CFviObject..::..GetObjectData(SerializationInfo, StreamingContext).)
Public methodGetOverlayID
オーバレイIDの取得
Public methodGetSchema
IXmlSerializable の実装: 処理対象オブジェクトの XML 表現を記述する XmlSchema
Public methodGetType
現在のインスタンスの Type を取得します。
(Inherited from Object.)
Public methodIPtoDP
画像の絶対座標から表示領域座標への変換
Public methodLoadFromBody
FVCLクラスのインスタンスからの反映
(Overrides CFviObject..::..LoadFromBody()()()().)
Protected methodMemberwiseClone
現在の Object の簡易コピーを作成します。
(Inherited from Object.)
Public methodPlay(Graphics, Rectangle)
描画実行 (Graphics 指定)
Public methodPlay(IntPtr, Rectangle)
描画実行 (デバイスコンテキスト指定)
Public methodReadXml
IXmlSerializable の実装: オブジェクトの XML 表現からオブジェクトを生成します。
Public methodRemoveFigure
図形コレクションからの除去
Public methodResizeFigures
図形コレクションの要素数変更
Public methodSaveToBody
FVCLクラスのインスタンスへの反映
(Overrides CFviObject..::..SaveToBody()()()().)
Public methodToString
現在の Object を表す String を返します。
(Inherited from Object.)
Public methodWriteXml
IXmlSerializable の実装: オブジェクトを XML 表現に変換します。

Operators

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

Fields

NameDescription
Protected fieldm_Body
FVCL インスタンス
(Inherited from CFviObject.)
Protected fieldm_DenyDisposeBody
FVCLクラスのインスタンスの自動解放禁止
(Inherited from CFviObject.)
Protected fieldm_Figures
図形コレクション
Protected fieldm_Image
描画対象画像
Protected fieldm_ImageSize
描画対象画像の画素サイズ
Protected fieldm_Magnification
表示倍率
Public fieldStatic memberOverlayID
オーバレイクラスを一意に識別するIDを示す定数です。基本クラスは 0 が定義されています。

Properties

NameDescription
Public propertyActive
マウス操作の有効化
Public propertyAllocateOption
画像領域確保時のオプション [初期値:0、範囲:0=既定の動作,1=DIB を使用しない]
(Inherited from CFviObject.)
Public propertyAttachedImage
描画対象画像にアタッチした画像オブジェクト
Public propertyBody
FVCLクラスのインスタンス
(Inherited from CFviObject.)
Public propertyControlPoint
コントロールポイント (画像座標)
Public propertyCursorPosition
マウスカーソル位置 (クライアント座標)
Public propertyDenyDisposeBody
FVCLクラスのインスタンスの自動解放禁止 [初期値:false、範囲:false=自動解放する,true=自動解放しない]
(Inherited from CFviObject.)
Public propertyDisplayChannel
表示対象チャネル番号
Public propertyDisplayRect
表示範囲 (クライアント座標)
Public propertyEffectiveRect
有効範囲 (クライアント座標)
Public propertyEnable
可視属性
Public propertyErrorCode
エラーコード
(Inherited from CFviObject.)
Public propertyFigures
図形コレクション (インスタンス参照) (※インスタンス差し替えは不可)
Public propertyImage
描画対象画像
Public propertyImageSize
描画対象画像の画素サイズ
Public propertyMagnification
表示倍率
Public propertyPixelMode
ピクセルモード
Public propertyScaling
伸縮属性。背景画像の表示倍率に追従するか否かを示します。[true:画像座標で描画され表示倍率に追従します、false:クライアント座標で描画され表示倍率に追従しません]
Public propertyScalingMode
伸縮モード
Public propertyVisibleRect
可視範囲 (画像座標)

See Also