VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles Namespace / IRasterGridEditor Interface / SetImageRect(Int32,Int32,VintasoftImage,EventHandler<ProgressEventArgs>) Method
Syntax Requirements SeeAlso
In This Topic
SetImageRect(Int32,Int32,VintasoftImage,EventHandler<ProgressEventArgs>) Method (IRasterGridEditor)
In This Topic
Sets an image rectangle.
Syntax
'Declaration

Public Sub SetImageRect( _
ByVal pageIndex
The zero based index of page in the source.
As System.Int32, _
ByVal rectIndex
The zero based index of image rectangle.
As System.Int32, _
ByVal rectImage
Rectangle image.
As Vintasoft.Imaging.VintasoftImage, _
ByVal progressDelegate
Delegate of image rectangle encoding progress. Can be set to null (Nothing in Visual Basic).
As System.EventHandler(Of ProgressEventArgs) _
)

Parameters

pageIndex
The zero based index of page in the source.
rectIndex
The zero based index of image rectangle.
rectImage
Rectangle image.
progressDelegate
Delegate of image rectangle encoding progress. Can be set to null (Nothing in Visual Basic).
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also