Spread Windows Forms 17
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / DesignerMain 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 Integer, _
       ByVal top As Integer, _
       ByVal right As Integer, _
       ByVal bottom As Integer _
    ) As C1.Framework.Thickness
    'Usage
     
    
    Dim instance As DesignerMain
    Dim left As Integer
    Dim top As Integer
    Dim right As Integer
    Dim bottom As Integer
    Dim value As C1.Framework.Thickness
     
    value = instance.LogicalToDeviceUnits(left, top, right, bottom)
    public C1.Framework.Thickness LogicalToDeviceUnits( 
       int left,
       int top,
       int right,
       int bottom
    )

    Parameters

    left
    top
    right
    bottom
    See Also