Stroke.SetPoint 方法
設定 Stroke 物件中指定之索引處的點 (英文) 結構。
命名空間: Microsoft.Ink
組件: Microsoft.Ink (在 Microsoft.Ink.dll 中)
語法
'宣告
Public Function SetPoint ( _
index As Integer, _
point As Point _
) As Integer
'用途
Dim instance As Stroke
Dim index As Integer
Dim point As Point
Dim returnValue As Integer
returnValue = instance.SetPoint(index, _
point)
public int SetPoint(
int index,
Point point
)
public:
int SetPoint(
int index,
Point point
)
public int SetPoint(
int index,
Point point
)
public function SetPoint(
index : int,
point : Point
) : int
參數
- index
型別:System.Int32
要修改之點 (英文) 結構的索引 (以零起始)。
- point
型別:System.Drawing.Point
位於 Stroke 物件中 index 處之點的新點 (英文) 值。
傳回值
型別:System.Int32
傳回變更的點數。通常這個方法會傳回 1。
範例
這個 C# 範例會將 Stroke 物件 (theStroke) 的第一個點設為原點。
theStroke.SetPoint(0, new Point(0,0));
這個 Microsoft Visual Basic .NET 範例會將 Stroke 物件 (theStroke) 的第一個點設為原點。
theStroke.SetPoint(0, New Point(0,0))
平台
Windows Vista
.NET Framework 和 .NET Compact Framework 並不支援各種平台的所有版本。如需支援平台版本的相關資訊,請參閱 .NET Framework 系統需求。
版本資訊
.NET Framework
支援版本:3.0