Click or drag to resize

RectangleFIntersect(RectangleF) Method

Replaces this System.Drawing.RectangleF structure with the intersection of itself and the specified System.Drawing.RectangleF structure.

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

Parameters

rect  RectangleF
The rectangle to intersect.
See Also