VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Utils Namespace / UnitOfMeasureConverter Class / GetTransform Methods / GetTransform(UnitOfMeasure,Resolution,UnitOfMeasure,Resolution) Method
Syntax Requirements SeeAlso
In This Topic
    GetTransform(UnitOfMeasure,Resolution,UnitOfMeasure,Resolution) Method (UnitOfMeasureConverter)
    In This Topic
    Returns the transform matrix from source unit of measure with specified resolution to the specified unit of measure with specified resolution.
    Syntax

    Parameters

    sourceUnitOfMeasure
    The source unit of measure.
    sourceResolution
    The source resolution.
    destUnitOfMeasure
    The destination unit of measure.
    destResolution
    The destination resolution.

    Return Value

    A new instance of AffineMatrix class.
    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