ImageGear PDF v25.2 - Updated
CopyFrom Method (IImGearDisplayObject)




ImageGear.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

Is this page helpful?
Yes No
Thanks for your feedback.