バージョン

Point 構造体

2 次元プレインでポイントを定義する double x および y 座標の順序対を表します。
シンタックス
'宣言
 
Public Structure Point 
   Inherits System.ValueType
public struct Point : System.ValueType 
解説

この構造は以下の型のために両方方向の変換をサポートします。

  • System.Drawing.Point
  • System.Drawing.PointF

参照