ImageGear .NET v25.1 - Updated
CopyFrom Method (ImGearZoomInfo)




ImageGear.Core Assembly > ImageGear.Display Namespace > ImGearZoomInfo Structure : CopyFrom Method
An ImGearZoomInfo structure object to copy.
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

Reference

ImGearZoomInfo Structure
ImGearZoomInfo Members
IImGearDisplayObject Interface