Calendar for WinForms | ComponentOne
C1.Framework.Drawing.Gdi Namespace / Bitmap Class / Clone Method

In This Topic
    Clone Method (Bitmap)
    In This Topic
    Creates an exact copy of this Bitmap object.
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable Function Clone() As Object
    public override object Clone()

    Return Value

    The Bitmap object that this method creates.
    See Also