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