VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing Namespace / ProcessingCommandWithRegion Class / GetSafeRegionOfInterest Methods / GetSafeRegionOfInterest(VintasoftImage) Method
Syntax Requirements SeeAlso
In This Topic
    GetSafeRegionOfInterest(VintasoftImage) Method (ProcessingCommandWithRegion)
    In This Topic
    Returns the safe region of interest (region of interest inside the image).
    Syntax
    'Declaration
    
    Protected Overloads Function GetSafeRegionOfInterest( _
    ByVal sourceImage
    Source image.
    As Vintasoft.Imaging.VintasoftImage _
    ) As System.Drawing.Rectangle

    Parameters

    sourceImage
    Source image.

    Return Value

    The safe region of interest (region of interest inside the image).
    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