VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.ImageRendering Namespace / IntermediateImageReadyEventArgs Class / ChangedRectOnSourceImage Property
Syntax Requirements SeeAlso
In This Topic
    ChangedRectOnSourceImage Property (IntermediateImageReadyEventArgs)
    In This Topic
    Gets the image region which was changed on source image.
    Syntax
    'Declaration
    
    Public ReadOnly Property ChangedRectOnSourceImage As System.Drawing.Rectangle
    
    
    public System.Drawing.Rectangle ChangedRectOnSourceImage { get; }
    
    
    public: __property System.Drawing.Rectangle* get_ChangedRectOnSourceImage();
    
    
    
    public:
    property System.Drawing.Rectangle^ ChangedRectOnSourceImage { System.Drawing.Rectangle^ get(); }

    Property Value

    Empty rectangle (Rectangle.Empty) - memory for image is allocated and image is blank at the moment, customer can change the image, for example, draw background on the image;
    Not empty rectangle - image region which was changed (rendered).
    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