VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.ImageRendering Namespace / ImageRenderingTask Class / ImageRenderingTask Constructors / ImageRenderingTask Constructor(RectangleF,Single)
Syntax Requirements SeeAlso
In This Topic
    ImageRenderingTask Constructor(RectangleF,Single)
    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 scale
    Scale factor.
    As Single _
    )
    protected ImageRenderingTask(
    System.Drawing.RectangleF sourceImageRect,
    float scale
    )
    protected: ImageRenderingTask(
    System.Drawing.RectangleF* sourceImageRect,
    float scale
    )
    protected:
    ImageRenderingTask(
    System.Drawing.RectangleF^ sourceImageRect,
    float scale
    )

    Parameters

    sourceImageRect
    Rectangle on the source image to render.
    scale
    Scale factor.
    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