'宣言 Public Overloads Shared Function GetPosition( _ ByVal args As Microsoft.AspNetCore.Components.Web.MouseEventArgs, _ ByVal relativeTo As Microsoft.AspNetCore.Components.ComponentBase _ ) As C1Point
public static C1Point GetPosition( Microsoft.AspNetCore.Components.Web.MouseEventArgs args, Microsoft.AspNetCore.Components.ComponentBase relativeTo )
パラメータ
- args
- 操作データを含む OriginalEventArgs インスタンス
- relativeTo
- 同じオブジェクトツリーに接続されているビジュアルオブジェクト。座標系全体に対するオブジェクトの位置を指定するには、relativeTo の値を null にします。