ActiveReports Developer 7
Multiply Method
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Definition.Components Namespace > Length Structure : Multiply Method

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

Glossary Item Box

Multiply the length to the specified value.

Syntax

Visual Basic (Declaration) 
Public Shared Function Multiply( _
   ByVal unit As Length, _
   ByVal scale As System.Single _
) As Length
C# 
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