ActiveReports 8
Multiply Method (Length)

The length value to multiply.
The float value to multiply the length value to.
Multiply the length to the specified value.
Syntax
'Declaration
 
Public Shared Function Multiply( _
   ByVal unit As Length, _
   ByVal scale As System.Single _
) As Length
public static Length Multiply( 
   Length unit,
   System.float scale
)

Parameters

unit
The length value to multiply.
scale
The float value to multiply the length value to.
See Also

Reference

Length Structure
Length Members

Support Forum