ImageGear .NET v24.12 - Updated
CopyFrom Method (IImGearDisplayObject)




ImageGear24.Core Assembly > ImageGear.Display Namespace > IImGearDisplayObject Interface : CopyFrom Method
Source object to copy.
Initializes IImGearDisplayObject object from existing object of the same type.
Syntax
'Declaration
 
Sub CopyFrom( _
   ByVal value As IImGearDisplayObject _
) 
'Usage
 
Dim instance As IImGearDisplayObject
Dim value As IImGearDisplayObject
 
instance.CopyFrom(value)
void CopyFrom( 
   IImGearDisplayObject value
)
void CopyFrom( 
   IImGearDisplayObject* value
) 
void CopyFrom( 
   IImGearDisplayObject^ value
) 

Parameters

value
Source object to copy.
Remarks
Source and destination objects must be of the same type and implements IImGearDisplayObject interface.
See Also

Reference

IImGearDisplayObject Interface
IImGearDisplayObject Members