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: 12.0.0.0
Syntaxpublic bool Contains(
	RectangleF rect
)
Public Function Contains ( 
	rect As RectangleF
) As Boolean
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