ImageGear .NET v25.2 - Updated
ImageGear.Core Assembly / ImageGear.Display Namespace / IImGearDisplayObject Interface / CopyFrom Method
Source object to copy.




In This Topic
    CopyFrom Method (IImGearDisplayObject)
    In This Topic
    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