ActiveReports 9
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Length Structure
Length Members

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum