RectangleFContains(PointF) Method |
Determines if the specified point is 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(
PointF pt
)
Public Function Contains (
pt As PointF
) As Boolean
Parameters
- pt PointF
- The System.Drawing.PointF to test.
Return Value
Boolean
This method returns true if the point represented by the pt parameter is
contained within this System.Drawing.RectangleF structure; otherwise false.
See Also