ImageGear .NET v24.12 - Updated
CopyTo Method (ImGearVectorLayer)




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorLayer Class : CopyTo Method
Destination layer to copy the settings to.
Copies layer settings to another layer.
Syntax
'Declaration
 
Public Sub CopyTo( _
   ByVal destinationLayer As ImGearVectorLayer _
) 
'Usage
 
Dim instance As ImGearVectorLayer
Dim destinationLayer As ImGearVectorLayer
 
instance.CopyTo(destinationLayer)
public void CopyTo( 
   ImGearVectorLayer destinationLayer
)
public: void CopyTo( 
   ImGearVectorLayer* destinationLayer
) 
public:
void CopyTo( 
   ImGearVectorLayer^ destinationLayer
) 

Parameters

destinationLayer
Destination layer to copy the settings to.
See Also

Reference

ImGearVectorLayer Class
ImGearVectorLayer Members
ImGearVectorLayer Class