Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule.UI Namespace / an Class / Offset Method

In This Topic
    Offset Method (an)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub Offset( _
       ByVal x As System.Integer, _
       ByVal y As System.Integer _
    ) 
    public void Offset( 
       System.int x,
       System.int y
    )

    Parameters

    x
    y
    See Also