ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Length Structure / Multiply Method

In This Topic
    Multiply Method
    In This Topic
    Multiplies the specified length.
    Syntax
    'Declaration
     
    Public Shared Function Multiply( _
       ByVal unit As Length, _
       ByVal scale As Single _
    ) As Length
    public static Length Multiply( 
       Length unit,
       float scale
    )

    Parameters

    unit
    scale
    See Also