UnitsConverter Class

Converts between various graphic units (pixels, points, etc).

Definition

Namespace: Winnovative
Assembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.0.0
C#
public class UnitsConverter
Inheritance
Object    UnitsConverter

Constructors

UnitsConverterInitializes a new instance of the UnitsConverter class

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
PixelsToPoints Converts from pixels to points. The result of this method takes into account the current screen resolution.
PointsToPixels Converts from points to pixels. The result of this method takes into account the current screen resolution.
ToString
(Inherited from Object)

See Also