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




In This Topic
    CopyFrom Method (ImGearScrollInfo)
    In This Topic
    Initializes the object from existing ImGearScrollInfo structure object.
    Syntax
    'Declaration
     
    Public Sub CopyFrom( _
       ByVal value As IImGearDisplayObject _
    ) 
    'Usage
     
    Dim instance As ImGearScrollInfo
    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 ImGearScrollInfo structure object to copy.
    See Also