ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / RectL Structure / RectL Constructor / RectL Constructor(Int32,Int32,Int32,Int32)

In This Topic
    RectL Constructor(Int32,Int32,Int32,Int32)
    In This Topic
    Initializes a new instance of the RectL struct.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal x As Integer, _
       ByVal y As Integer, _
       ByVal width As Integer, _
       ByVal height As Integer _
    )
    public RectL( 
       int x,
       int y,
       int width,
       int height
    )

    Parameters

    x
    y
    width
    height
    See Also