DpiHelper.LogicalToDeviceUnitsY Method (Int32)
Returns the closest value in logical units that will be converted to an integer value when converted to vertical device units.
Namespace: Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Public Shared Function LogicalToDeviceUnitsY ( _
value As Integer _
) As Integer
public static int LogicalToDeviceUnitsY(
int value
)
public:
static int LogicalToDeviceUnitsY(
int value
)
static member LogicalToDeviceUnitsY :
value:int -> int
public static function LogicalToDeviceUnitsY(
value : int
) : int
Parameters
value
Type: Int32The integer.
Return Value
Type: Int32
The logical value to round.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.