Input for WinForms | ComponentOne
C1.Framework Namespace / FontIconElement Class / Offset Method
Offset in the horizontal direction.
Offset in the vertical direction.

In This Topic
    Offset Method (FontIconElement)
    In This Topic
    Adjusts the location of this element by the specified amount.
    Syntax
    'Declaration
     
    
    Public Sub Offset( _
       ByVal x As Integer, _
       ByVal y As Integer _
    ) 
    public void Offset( 
       int x,
       int y
    )

    Parameters

    x
    Offset in the horizontal direction.
    y
    Offset in the vertical direction.
    See Also