'使用法 Dim instance As RectangleD Dim pt As PointD Dim value As System.Boolean value = instance.Contains(pt)
パラメータ
- pt
- The PointD to test.
戻り値の型
true if pt is contained within the current RectangleD structure, false otherwise.
'使用法 Dim instance As RectangleD Dim pt As PointD Dim value As System.Boolean value = instance.Contains(pt)