ActiveReports 12
Multiply Method (Length)

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Definition.Components Namespace > Length Structure : Multiply Method
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 Single _
) As Length
public static Length Multiply( 
   Length unit,
   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