Document Solutions for Imaging
DS.Documents.Imaging.Skia Assembly / GrapeCity.Documents.Imaging.Skia Namespace / GcSkiaBitmap Class / Clone Method

In This Topic
    Clone Method (GcSkiaBitmap)
    In This Topic
    Creates a new GcSkiaBitmap containing a copy of the current image.
    Syntax
    'Declaration
     
    Public Function Clone() As GcSkiaBitmap
    public GcSkiaBitmap Clone()

    Return Value

    The new GcSkiaBitmap containing the copy of the image.
    See Also