ApplicationClass.PointsToPixels Method
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Overridable Function PointsToPixels ( _
Points As Single, _
ByRef fVertical As Object _
) As Single
'Usage
Dim instance As ApplicationClass
Dim Points As Single
Dim fVertical As Object
Dim returnValue As Single
returnValue = instance.PointsToPixels(Points, _
fVertical)
public virtual float PointsToPixels(
float Points,
ref Object fVertical
)
Parameters
- Points
Type: System.Single
- fVertical
Type: System.Object%
Return Value
Type: System.Single
Implements
_Application.PointsToPixels(Single, Object%)