ComponentOne Bitmap for UWP
RectL Constructor(Int32,Int32,Int32,Int32)

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

Parameters

x
y
width
height
See Also

Reference

RectL Structure
RectL Members
Overload List