Discuss this help topic in SecureBlackbox Forum

TElPGPJpegImage.AssignTo

TElPGPJpegImage     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Copies data to another instance of TElPGPJpegImage class from the current one.

Declaration

[C#]
    void AssignTo(TElPGPJpegImage Dest);

[VB.NET]
    Sub AssignTo(ByVal Dest As TElPGPJpegImage)

[Pascal]
    procedure AssignTo(Dest : TPersistent);

[C++]
    void AssignTo(TPersistent &Dest);
    void AssignTo(TPersistent *Dest);

[PHP]
    void AssignTo(TPersistent $Dest)

[Java]
    void assignTo(TElPGPJpegImage Dest);

Parameters

  • Dest - instance of TElPGPJpegImage to which the data must be copied.

Description

    Use this method to copy the data of image to another one.

See also:     Assign    

Discuss this help topic in SecureBlackbox Forum