ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / Point2D Structure / Offset Method / Offset(Size2D) Method

In This Topic
    Offset(Size2D) Method
    In This Topic
    Offsets the point by the specified amount.
    Syntax
    'Declaration
     
    Public Overloads Sub Offset( _
       ByVal sz As Size2D _
    ) 
    public void Offset( 
       Size2D sz
    )

    Parameters

    sz
    See Also