Form1IsInRectangle Method |
True je-li bod p uvnitr obdelniku r.
Namespace: MAPFsimulatorAssembly: MAPFsimulator (in MAPFsimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxprivate bool IsInRectangle(
Rectangle r,
Point p
)
Private Function IsInRectangle (
r As Rectangle,
p As Point
) As Boolean
private:
bool IsInRectangle(
Rectangle r,
Point p
)
private member IsInRectangle :
r : Rectangle *
p : Point -> bool
Parameters
- r
- Type: System.DrawingRectangle
[Missing <param name="r"/> documentation for "M:MAPFsimulator.Form1.IsInRectangle(System.Drawing.Rectangle,System.Drawing.Point)"]
- p
- Type: System.DrawingPoint
[Missing <param name="p"/> documentation for "M:MAPFsimulator.Form1.IsInRectangle(System.Drawing.Rectangle,System.Drawing.Point)"]
Return Value
Type:
Boolean[Missing <returns> documentation for "M:MAPFsimulator.Form1.IsInRectangle(System.Drawing.Rectangle,System.Drawing.Point)"]
See Also