'使用法 Dim instance As RectangleD Dim pt As PointD Dim value As System.Boolean value = instance.Contains(pt)
パラメータ
- pt
- テストする PointD。
戻り値の型
この RectangleD 構造体に pt パラメータで表されるポイントが含まれる場合は true を返します。そうでない場合は false を返します。
'使用法 Dim instance As RectangleD Dim pt As PointD Dim value As System.Boolean value = instance.Contains(pt)