Click or drag to resize
Form1IsInRectangle Method
True je-li bod p uvnitr obdelniku r.

Namespace: MAPFsimulator
Assembly: MAPFsimulator (in MAPFsimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
private bool IsInRectangle(
	Rectangle r,
	Point p
)

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