ImageGear .NET v25.1 - Updated
DuplicateRect Method




ImageGear.Core Assembly > ImageGear.Core Namespace > ImGearRasterPage Class : DuplicateRect Method
Non null instance of ImGearRectangle.
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)
public ImGearRasterPage DuplicateRect( 
   ImGearRectangle rect
)
public: ImGearRasterPage* DuplicateRect( 
   ImGearRectangle rect
) 
public:
ImGearRasterPage^ DuplicateRect( 
   ImGearRectangle rect
) 

Parameters

rect
Non null instance of ImGearRectangle.

Return Value

A new instance of ImGearRasterPage class.
See Also

Reference

ImGearRasterPage Class
ImGearRasterPage Members