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

    Parameters

    sourceUnitOfMeasure
    The source unit of measure.
    destUnitOfMeasure
    The destination unit of measure.

    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