ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorLayer Class / CopyTo Method
Destination layer to copy the settings to.




In This Topic
    CopyTo Method (ImGearVectorLayer)
    In This Topic
    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