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