ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Drawing Namespace / PathEx Class / Translate Method

In This Topic
    Translate Method (PathEx)
    In This Topic
    Translates the path by the given offset.
    Syntax
    'Declaration
     
    Public Sub Translate( _
       ByVal x As Single, _
       ByVal y As Single _
    ) 
    public void Translate( 
       float x,
       float y
    )

    Parameters

    x
    y
    See Also