ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / Point2L Structure / Offset Method / Offset(Int32,Int32) Method

In This Topic
    Offset(Int32,Int32) Method
    In This Topic
    Offsets the point by the specified amount.
    Syntax
    'Declaration
     
    Public Overloads Sub Offset( _
       ByVal dx As Integer, _
       ByVal dy As Integer _
    ) 
    public void Offset( 
       int dx,
       int dy
    )

    Parameters

    dx
    dy
    See Also