Share via


GlobalClass.PixelsToPoints Method

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Public Overridable Function PixelsToPoints ( _
    Pixels As Single, _
    ByRef fVertical As Object _
) As Single
'Usage
Dim instance As GlobalClass
Dim Pixels As Single
Dim fVertical As Object
Dim returnValue As Single

returnValue = instance.PixelsToPoints(Pixels, _
    fVertical)
public virtual float PixelsToPoints(
    float Pixels,
    ref Object fVertical
)

Parameters

Return Value

Type: System.Single

Implements

_Global.PixelsToPoints(Single, Object%)

See Also

Reference

GlobalClass Class

GlobalClass Members

Microsoft.Office.Interop.Word Namespace