ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearRasterPage Class / DuplicateRect Method
Non null instance of ImGearRectangle.




In This Topic
DuplicateRect Method
In This Topic
Returns a new raster page object representing a part of the ImGearRasterPage object limited by the specified rectangle.
Syntax
'Declaration
 
Public Function DuplicateRect( _
   ByVal rect As ImGearRectangle _
) As ImGearRasterPage
 
'Usage
 
Dim instance As ImGearRasterPage
Dim rect As ImGearRectangle
Dim value As ImGearRasterPage
 
value = instance.DuplicateRect(rect)

Parameters

rect
Non null instance of ImGearRectangle.

Return Value

A new instance of ImGearRasterPage class.
See Also