ImageGear .NET v25.2 - Updated
ImageGear.Core Assembly / ImageGear.Display Namespace / ImGearZoomInfo Structure / CopyFrom Method
An ImGearZoomInfo structure object to copy.




In This Topic
    CopyFrom Method (ImGearZoomInfo)
    In This Topic
    Initializes the object from existing ImGearZoomInfo structure object.
    Syntax
    'Declaration
     
    Public Sub CopyFrom( _
       ByVal value As IImGearDisplayObject _
    ) 
    'Usage
     
    Dim instance As ImGearZoomInfo
    Dim value As IImGearDisplayObject
     
    instance.CopyFrom(value)
    public void CopyFrom( 
       IImGearDisplayObject value
    )
    public: void CopyFrom( 
       IImGearDisplayObject* value
    ) 
    public:
    void CopyFrom( 
       IImGearDisplayObject^ value
    ) 

    Parameters

    value
    An ImGearZoomInfo structure object to copy.
    See Also