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

In This Topic
    Clone Method (HollowPen)
    In This Topic
    Create a pen that has the same style as this pen.
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable Function Clone() As Object
    public override object Clone()

    Return Value

    A HollowPen that has the same style as this pen.
    See Also