VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.ImageRendering Namespace / ImageRendererCache Class / GetAndLockImageWithGreaterScale(RectangleF,Single) Method
Syntax Requirements SeeAlso
In This Topic
    GetAndLockImageWithGreaterScale(RectangleF,Single) Method (ImageRendererCache)
    In This Topic
    Returns image, which contains specified rectangle and has scale equal or greater than specified.
    Syntax
    'Declaration
    
    Public Function GetAndLockImageWithGreaterScale( _
    ByVal sourceRect
    Rectangle on source image.
    As System.Drawing.RectangleF, _
    ByVal scale
    Source image scale.
    As Single _
    ) As CachedImage
    public CachedImage GetAndLockImageWithGreaterScale(
    System.Drawing.RectangleF sourceRect,
    float scale
    )
    public: CachedImage* GetAndLockImageWithGreaterScale(
    System.Drawing.RectangleF* sourceRect,
    float scale
    )
    public:
    CachedImage^ GetAndLockImageWithGreaterScale(
    System.Drawing.RectangleF^ sourceRect,
    float scale
    )

    Parameters

    sourceRect
    Rectangle on source image.
    scale
    Source image scale.

    Return Value

    An image, which contains specified rectangle and has scale equal or greater than specified.
    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