Discuss this help topic in SecureBlackbox Forum

TElOneDrivePhotoImages.Assign

TElOneDrivePhotoImages     See also     


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


Copies image data from another TElOneDrivePhotoImages object.

Declaration

[C#]
    void Assign(TElOneDrivePhotoImages Source);

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

[Pascal]
    procedure Assign(Source: TElOneDrivePhotoImages);

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

[PHP]
    void Assign(TElOneDrivePhotoImages $Source)

[Java]
    void assign(TElOneDrivePhotoImages Source);

Parameters

  • Source - the object which contains the data to be copied.

Description

    Call this method to copy the image data from another TElOneDrivePhotoImages object into this one.

See also:     Clear    

Discuss this help topic in SecureBlackbox Forum