UnitsConverterPointsToPixels Method |
Converts from points to pixels. The result of this method takes into account the
current screen resolution.
Namespace: ExpertPdf.PdfCreatorAssembly: epdfcreator (in epdfcreator.dll) Version: 21.1.0
Syntaxpublic static float PointsToPixels(
float points
)
Public Shared Function PointsToPixels (
points As Single
) As Single
Parameters
- points Single
- The value in points to convert.
Return Value
SingleThe value in pixels.
See Also