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.GraphicsAssembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntaxpublic void Intersect(
RectangleF rect
)
Public Sub Intersect (
rect As RectangleF
)
Parameters
- rect RectangleF
- The rectangle to intersect.
See Also