ImageGear .NET
CopyFrom Method (IImGearDisplayObject)




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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback