ImageGear for .NET
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

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback