ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Core Namespace / IImGearRectangle Interface / CopyFrom Method
A rectangle interface.




In This Topic
CopyFrom Method (IImGearRectangle)
In This Topic
Copies the specified ImGearRectangle object into this instance of the ImGearRectangle class.
Syntax
'Declaration
 
Sub CopyFrom( _
   ByVal rect As IImGearRectangle _
) 
 
'Usage
 
Dim instance As IImGearRectangle
Dim rect As IImGearRectangle
 
instance.CopyFrom(rect)

Parameters

rect
A rectangle interface.
See Also