The F_MODELVIEW_PTR type exposes the following members.

Constructors

NameDescription
Public methodF_MODELVIEW_PTR(Int32)
コンストラクタ
Public methodF_MODELVIEW_PTR(Int64)
コンストラクタ
Public methodF_MODELVIEW_PTR(IntPtr)
コンストラクタ
Public methodF_MODELVIEW_PTR(Void*)
コンストラクタ

Methods

NameDescription
Public methodStatic memberalloc
アンマネージリソースの確保
Public methodat
配列要素のアドレス
Public methodDispose
アンマネージリソースの解放
Public methodEquals
比較メソッド (等価)
(Overrides ValueType..::..Equals(Object).)
Protected methodFinalize
Object がガベージ コレクションにより収集される前に、その Object がリソースを解放し、その他のクリーンアップ操作を実行できるようにします。
(Inherited from Object.)
Public methodGetHashCode
ハッシュコードの取得
(Overrides ValueType..::..GetHashCode()()()().)
Public methodGetType
現在のインスタンスの Type を取得します。
(Inherited from Object.)
Protected methodMemberwiseClone
現在の Object の簡易コピーを作成します。
(Inherited from Object.)
Public methodpt
配列要素のアドレス
Public methodToInt32
型変換
Public methodToInt64
型変換
Public methodToPointer
型変換
Public methodToString()()()()
型変換
(Overrides ValueType..::..ToString()()()().)
Public methodToString(String)
型変換

Operators

NameDescription
Public operatorStatic memberEquality(IntPtr, F_MODELVIEW_PTR)
インスタンスの比較(等価)
Public operatorStatic memberEquality(F_MODELVIEW_PTR, F_MODELVIEW_PTR)
比較オペレータ (等価)
Public operatorStatic memberEquality(F_MODELVIEW_PTR, IntPtr)
インスタンスの比較(等価)
Public operatorStatic memberExplicitNarrowingExplicitExplicitExplicit(Int32 to F_MODELVIEW_PTR)
明示的な型変換演算子 (F_MODELVIEW_PTR←Int32)
Public operatorStatic memberExplicitNarrowingExplicitExplicitExplicit(Int64 to F_MODELVIEW_PTR)
明示的な型変換演算子 (F_MODELVIEW_PTR←Int64)
Public operatorStatic memberExplicitNarrowingExplicitExplicitExplicit(Void* to F_MODELVIEW_PTR)
明示的な型変換演算子 (F_MODELVIEW_PTR←void*)
Public operatorStatic memberExplicitNarrowingExplicitExplicitExplicit(F_MODELVIEW_PTR to Int64)
明示的な型変換演算子 (Int64←F_MODELVIEW_PTR)
Public operatorStatic memberExplicitNarrowingExplicitExplicitExplicit(F_MODELVIEW_PTR to Int32)
明示的な型変換演算子 (Int32←F_MODELVIEW_PTR)
Public operatorStatic memberExplicitNarrowingExplicitExplicitExplicit(F_MODELVIEW_PTR to Void*)
明示的な型変換演算子 (void*←F_MODELVIEW_PTR)
Public operatorStatic memberImplicitWideningImplicitImplicitImplicit(IntPtr to F_MODELVIEW_PTR)
暗黙的な型変換演算子 (F_MODELVIEW_PTR←IntPtr)
Public operatorStatic memberImplicitWideningImplicitImplicitImplicit(F_MODELVIEW_PTR to IntPtr)
暗黙的な型変換演算子 (IntPtr←F_MODELVIEW_PTR)
Public operatorStatic memberInequality(IntPtr, F_MODELVIEW_PTR)
インスタンスの比較(不等価)
Public operatorStatic memberInequality(F_MODELVIEW_PTR, F_MODELVIEW_PTR)
比較オペレータ (不等価)
Public operatorStatic memberInequality(F_MODELVIEW_PTR, IntPtr)
インスタンスの比較(不等価)

Fields

NameDescription
Public fieldStatic memberZero
無効なアドレス(IntPtr.Zero)を示す定数

Properties

NameDescription
Public propertyangle
スクリーン座標から見たときの、ワールド座標への回転角(単位:ラジアン)
Public propertybackward
ワールド座標からスクリーン座標に変換するときに使用する同次行列(3×3行列)
Public propertyforward
スクリーン座標からワールド座標に変換するときに使用する同次行列(3×3行列)
Public propertyItem
配列要素の値
Public propertymove_x
スクリーン座標から見たときの、ワールド座標へのX方向移動量
Public propertymove_y
スクリーン座標から見たときの、ワールド座標へのY方向移動量
Public propertyreverse_y
ワールド座標のY軸方向設定
Public propertyscale_x
スクリーン座標から見たときの、ワールド座標のX方向倍率
Public propertyscale_y
スクリーン座標から見たときの、ワールド座標のY方向倍率
Public propertyStatic memberSize
ポインタのサイズ
Public propertyStatic memberSizeOfItem
配列要素1つ分のサイズ(byte)

See Also