ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / IRectangle Interface / offset Method

In This Topic
    offset Method (IRectangle)
    In This Topic
    Syntax
    'Declaration
     
    Sub offset( _
       ByVal dx As Double, _
       ByVal dy As Double _
    ) 
    void offset( 
       double dx,
       double dy
    )

    Parameters

    dx
    dy
    See Also