ComponentOne Bitmap for UWP
RectF Constructor(Single,Single,Single,Single)

C1.UWP.DX Assembly > C1.Util.DX Namespace > RectF Structure > RectF Constructor : RectF Constructor(Single,Single,Single,Single)
Initializes a new instance of the RectF struct.
Syntax
'Declaration
 
Public Function New( _
   ByVal x As System.Single, _
   ByVal y As System.Single, _
   ByVal width As System.Single, _
   ByVal height As System.Single _
)
public RectF( 
   System.float x,
   System.float y,
   System.float width,
   System.float height
)

Parameters

x
y
width
height
See Also

Reference

RectF Structure
RectF Members
Overload List