ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearRectangle Structure / CopyFrom Method
A rectangle object.




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

Parameters

rect
A rectangle object.
See Also