VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ImageRendering Namespace / ImageRenderingTask Class / ImageRenderingTask Constructors / ImageRenderingTask Constructor(RectangleF,Size)
Syntax Remarks Requirements SeeAlso
In This Topic
    ImageRenderingTask Constructor(RectangleF,Size)
    In This Topic
    Initializes a new instance of the ImageRenderingTask class.
    Syntax
    'Declaration
    
    Protected Function New( _
    ByVal sourceImageRect
    Rectangle on the source image to render.
    As System.Drawing.RectangleF, _
    ByVal destImageSize
    Size of destination image.
    As System.Drawing.Size _
    )

    Parameters

    sourceImageRect
    Rectangle on the source image to render.
    destImageSize
    Size of destination image.
    Remarks

    This constructor should be used when scale factor must be calculated automatically.

    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