Click or drag to resize

RectangleFContains Method (RectangleF)

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: 11.2.0.0
Syntax
public bool Contains(
	RectangleF rect
)

Parameters

rect
Type: Easymap.AddIn.Common.GraphicsRectangleF
The System.Drawing.RectangleF to test.

Return Value

Type: 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