Discuss this help topic in SecureBlackbox Forum

TElOneDrivePhotoImage.Clone

TElOneDrivePhotoImage     See also     


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


Creates a copy of this object.

Declaration

[C#]
    TElOneDrivePhotoImage Clone();

[VB.NET]
    Function Clone() As TElOneDrivePhotoImage

[Pascal]
    function Clone(): TElOneDrivePhotoImage;

[C++]
    TElOneDrivePhotoImageHandle Clone();

[PHP]
    TElOneDrivePhotoImage Clone()

[Java]
    TElOneDrivePhotoImage clone();

Return value

    Returns a new copy.

Description

    Call this method to create a new copy of this photo image.

See also:     Clear    

Discuss this help topic in SecureBlackbox Forum