'宣言 Public Overloads Function Contains( _ ByVal x As System.Double, _ ByVal y As System.Double _ ) As System.Boolean
'使用法 Dim instance As RectangleD Dim x As System.Double Dim y As System.Double Dim value As System.Boolean value = instance.Contains(x, y)
パラメータ
- x
- The X coordinate of the point to test.
- y
- The Y coordinate of the point to test.
戻り値の型
true if the specified point is contained within the current RectangleD structure, false otherwise.