InertiaExpansionBehavior2D クラス

定義

慣性プロセッサの必要な展開動作を記述します。

public ref class InertiaExpansionBehavior2D sealed : System::Windows::Input::Manipulations::InertiaParameters2D
public sealed class InertiaExpansionBehavior2D : System.Windows.Input.Manipulations.InertiaParameters2D
type InertiaExpansionBehavior2D = class
    inherit InertiaParameters2D
Public NotInheritable Class InertiaExpansionBehavior2D
Inherits InertiaParameters2D
継承
InertiaExpansionBehavior2D

コンストラクター

InertiaExpansionBehavior2D()

InertiaExpansionBehavior2D クラスの新しいインスタンスを初期化します。

プロパティ

DesiredDeceleration

ミリ秒平方あたりの必要な膨張の減速 (座標単位) を取得または設定します。

DesiredExpansionX

x 軸に沿った必要な膨張の量 (座標単位) を取得または設定します。

DesiredExpansionY

y 軸に沿った必要な膨張の量 (座標単位) を取得または設定します。

InitialRadius

平均半径の初期値 (座標単位) を取得または設定します。

InitialVelocityX

x 軸に沿ったミリ秒あたりの膨張の初期速度 (座標単位) を取得または設定します。

InitialVelocityY

y 軸に沿ったミリ秒あたりの膨張の初期速度 (座標単位) を取得または設定します。

メソッド

Equals(Object)

指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Object の簡易コピーを作成します。

(継承元 Object)
ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象