VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Text Namespace / TextRegion Class / GetTransformFromTextToImageSpace(Resolution) Method
Syntax Requirements SeeAlso
In This Topic
    GetTransformFromTextToImageSpace(Resolution) Method (TextRegion)
    In This Topic
    Returns the transform from text region space to the image space, in pixels.
    Syntax
    'Declaration
    
    Public Function GetTransformFromTextToImageSpace( _
    ByVal resolution
    The resolution of an image.
    As Vintasoft.Imaging.Resolution _
    ) As Vintasoft.Imaging.AffineMatrix
    public Vintasoft.Imaging.AffineMatrix GetTransformFromTextToImageSpace(
    Vintasoft.Imaging.Resolution resolution
    )
    public: Vintasoft.Imaging.AffineMatrix* GetTransformFromTextToImageSpace(
    Vintasoft.Imaging.Resolution resolution
    )
    public:
    Vintasoft.Imaging.AffineMatrix^ GetTransformFromTextToImageSpace(
    Vintasoft.Imaging.Resolution resolution
    )

    Parameters

    resolution
    The resolution of an image.

    Return Value

    The transform from text region space to the image space, in pixels.
    Requirements

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

    See Also