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)
- Source:
- RectF.cs
- 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
- 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)
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.