VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Utils Namespace / UnitOfMeasureConverter Class / ConvertToPoints Methods / ConvertToPoints(Double,UnitOfMeasure,Double) Method
Syntax Requirements SeeAlso
In This Topic
    ConvertToPoints(Double,UnitOfMeasure,Double) Method (UnitOfMeasureConverter)
    In This Topic
    Converts value from specified UnitOfMeasure to points with specified resolution.
    Syntax
    'Declaration
    
    Public Overloads Shared Function ConvertToPoints( _
    ByVal value
    Value to convert.
    As Double, _
    ByVal valueUnitOfMeasure
    Value unit of measure.
    As Vintasoft.Imaging.UnitOfMeasure, _
    ByVal valueDpi
    Resolution in dot/inch.
    As Double _
    ) As Double

    Parameters

    value
    Value to convert.
    valueUnitOfMeasure
    Value unit of measure.
    valueDpi
    Resolution in dot/inch.

    Return Value

    Converted value.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also