ComponentOne SplitContainer for WinForms
C1.Win.C1SplitContainer.4.5.2 Assembly / C1.Win.C1SplitContainer Namespace / C1SplitContainer Class / LogicalToDeviceUnits Method / LogicalToDeviceUnits(Int32,Int32,Int32,Int32) Method

In This Topic
    LogicalToDeviceUnits(Int32,Int32,Int32,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function LogicalToDeviceUnits( _
       ByVal left As System.Integer, _
       ByVal top As System.Integer, _
       ByVal right As System.Integer, _
       ByVal bottom As System.Integer _
    ) As C1.Framework.Thickness
    public C1.Framework.Thickness LogicalToDeviceUnits( 
       System.int left,
       System.int top,
       System.int right,
       System.int bottom
    )

    Parameters

    left
    top
    right
    bottom
    See Also