Line.EndPoint 屬性
取得或設定 Line 結構的結束點。
命名空間: Microsoft.Ink
組件: Microsoft.Ink (在 Microsoft.Ink.dll 中)
語法
'宣告
Public Property EndPoint As Point
'用途
Dim instance As Line
Dim value As Point
value = instance.EndPoint
instance.EndPoint = value
public Point EndPoint { get; set; }
public:
property Point EndPoint {
Point get ();
void set (Point value);
}
/** @property */
public Point get_EndPoint()
/** @property */
public void set_EndPoint(Point value)
public function get EndPoint () : Point
public function set EndPoint (value : Point)
屬性值
型別:System.Drawing.Point
Line 結構的結束點。
平台
Windows Vista
.NET Framework 和 .NET Compact Framework 並不支援各種平台的所有版本。如需支援平台版本的相關資訊,請參閱 .NET Framework 系統需求。
版本資訊
.NET Framework
支援版本:3.0