ActiveReports 13
Scale Method (Size)

GrapeCity.ActiveReports.Viewer.Wpf Assembly > GrapeCity.Viewer.Common Namespace > Size Structure : Scale Method
The width scaling factor.
The height scaling factor.
Scales the size by specified values.
Syntax
'Declaration
 
Public Function Scale( _
   ByVal factorX As Double, _
   ByVal factorY As Double _
) As Size
public Size Scale( 
   double factorX,
   double factorY
)

Parameters

factorX
The width scaling factor.
factorY
The height scaling factor.

Return Value

Size.
See Also

Reference

Size Structure
Size Members