RectF.Contains Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Contains(PointF) | |
Contains(RectF) | |
Contains(Single, Single) |
Contains(PointF)
- Source:
- RectF.cs
- Source:
- RectF.cs
public:
bool Contains(Microsoft::Maui::Graphics::PointF pt);
public bool Contains(Microsoft.Maui.Graphics.PointF pt);
member this.Contains : Microsoft.Maui.Graphics.PointF -> bool
Public Function Contains (pt As PointF) As Boolean
Parameters
- pt
- PointF
Returns
Applies to
Contains(RectF)
- Source:
- RectF.cs
- Source:
- RectF.cs
public:
bool Contains(Microsoft::Maui::Graphics::RectF rect);
public bool Contains(Microsoft.Maui.Graphics.RectF rect);
member this.Contains : Microsoft.Maui.Graphics.RectF -> bool
Public Function Contains (rect As RectF) As Boolean
Parameters
- rect
- RectF
Returns
Applies to
Contains(Single, Single)
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.