Click or drag to resize

RectangleFContains(RectangleF) Method

Determines if the rectangular region represented by rect is entirely contained within this System.Drawing.RectangleF structure.

Namespace: Easymap.AddIn.Common.Graphics
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntax
public bool Contains(
	RectangleF rect
)

Parameters

rect  RectangleF
The System.Drawing.RectangleF to test.

Return Value

Boolean
This method returns true if the rectangular region represented by rect is entirely contained within the rectangular region represented by this System.Drawing.RectangleF; otherwise false.
See Also