ComponentOne Bitmap for UWP
Contains(Single,Single) Method

C1.UWP.DX Assembly > C1.Util.DX Namespace > RectF Structure > Contains Method : Contains(Single,Single) Method
Determines if the specified point is contained within this rectangle.
Syntax
'Declaration
 
Public Overloads Function Contains( _
   ByVal x As System.Single, _
   ByVal y As System.Single _
) As System.Boolean
public System.bool Contains( 
   System.float x,
   System.float y
)

Parameters

x
y
See Also

Reference

RectF Structure
RectF Members
Overload List