ImageGear .NET - Updated December 24, 2018
CopyFrom Method (ImGearRectangle)




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearRectangle Structure : CopyFrom Method
A rectangle object.
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

Reference

ImGearRectangle Structure
ImGearRectangle Members