ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearDoubleRectangle Structure / CopyFrom Method
Rectangle to copy.




In This Topic
CopyFrom Method (ImGearDoubleRectangle)
In This Topic
This method copies rectangle from IImGearDoubleRectangle interface.
Syntax
'Declaration
 
Public Sub CopyFrom( _
   ByVal rect As IImGearDoubleRectangle _
) 
 
'Usage
 
Dim instance As ImGearDoubleRectangle
Dim rect As IImGearDoubleRectangle
 
instance.CopyFrom(rect)

Parameters

rect
Rectangle to copy.
See Also