Discuss this help topic in SecureBlackbox Forum

TElPGPJpegImage.Assign

TElPGPJpegImage     See also     


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


Copies data from another instance of TElPGPJpegImage class.

Declaration

[C#]
    void Assign(TElPGPJpegImage Source);

[VB.NET]
    Sub Assign(ByVal Source As TElPGPJpegImage)

[Pascal]
    procedure Assign(Source : TPersistent);

[C++]
    void Assign(TPersistent &Source);
    void Assign(TPersistent *Source);

[PHP]
    void Assign(TPersistent $Source)

[Java]
    void assign(TElPGPJpegImage Source);

Parameters

  • Source - object which contents must be copied.

Description

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

See also:     AssignTo    

Discuss this help topic in SecureBlackbox Forum