RectangleFContains(RectangleF) Method |
Determines if the rectangular region represented by rect is entirely contained
within this System.Drawing.RectangleF structure.
Namespace: Easymap.AddIn.Common.GraphicsAssembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntaxpublic bool Contains(
RectangleF rect
)
Public Function Contains (
rect As RectangleF
) As Boolean
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