.NET Framework Class Library

UnitsConverter.PixelsToEMU Method

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core Namespace > UnitsConverter Class > UnitsConverter Methods >

.NET Framework Class Library

UnitsConverter.PixelsToEMU Method

Namespace: Gnostice.Core

Assembly:  Gnostice.Core (in Gnostice.Core.dll)

Syntax

Visual Basic

Public Shared Function PixelsToEMU ( _
 val As Single, _
 Optional systemDpi As Nullable(Of Single) = Nothing _
As Single

C#

public static float PixelsToEMU(
 float val,
 Nullable<floatsystemDpi = null
)

Visual C++

public:
static float PixelsToEMU(
 float val,
 Nullable<floatsystemDpi = nullptr
)

Parameters

val

Type: System.Single

systemDpi (Optional)

Type: System.Nullable(Single)

See Also

UnitsConverter Class

UnitsConverter Members

Gnostice.Core Namespace