VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.Web.Services Namespace / MatrixTransformRequestParams Class / cropRect Property
Syntax Requirements SeeAlso
In This Topic
    cropRect Property (MatrixTransformRequestParams)
    In This Topic
    Gets or sets the rectangle, in pixels, that defines how to crop image after transformation.
    Syntax

    Property Value

    Empty rect - image will NOT be cropped after transformation;
    Not empty rect - image will be cropped after transformation.
    Default value is empty rect.
    Requirements

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

    See Also