TgaImage.Clone
Contents
[
Hide
]Clone()
Produces a duplicate of the current instance, generating a new object that clones all attributes and properties of the original. This method facilitates the creation of identical copies, ensuring data integrity and preserving the state of the current instance without affecting the original object.
public TgaImage Clone()
Return Value
Returns a new object that is a copy of the current instance.
See Also
- class TgaImage
- namespace Aspose.Imaging.FileFormats.Tga
- assembly Aspose.Imaging
Clone(TgaImage)
Replicate the properties of another TgaImage
object, creating a new instance with identical attributes. This operation ensures the preservation of data integrity and facilitates the duplication of image properties without altering the source object.
public void Clone(TgaImage tgaImage)
Parameter | Type | Description |
---|---|---|
tgaImage | TgaImage | Other TgaImage |
See Also
- class TgaImage
- namespace Aspose.Imaging.FileFormats.Tga
- assembly Aspose.Imaging