初始化 PenInputPanelMovingEventArgs 類別 (Class) 的新執行個體 (Instance)。
命名空間: Microsoft.Ink
組件: Microsoft.Ink (在 Microsoft.Ink.dll 中)
語法
'宣告
Public Sub New ( _
left As Integer, _
top As Integer _
)
'用途
Dim left As Integer
Dim top As Integer
Dim instance As New PenInputPanelMovingEventArgs(left, top)
public PenInputPanelMovingEventArgs(
int left,
int top
)
public:
PenInputPanelMovingEventArgs(
int left,
int top
)
public PenInputPanelMovingEventArgs(
int left,
int top
)
public function PenInputPanelMovingEventArgs(
left : int,
top : int
)
參數
- left
型別:System.Int32
螢幕座標 (Screen Coordinate) 中的新水平位置。
- top
型別:System.Int32
螢幕座標中的新垂直位置。
平台
Windows Vista
.NET Framework 和 .NET Compact Framework 並不支援各種平台的所有版本。如需支援平台版本的相關資訊,請參閱 .NET Framework 系統需求。
版本資訊
.NET Framework
支援版本:3.0
請參閱
參考
PenInputPanelMovingEventArgs 類別