ActiveReports 8
Scale Method
See Also 
GrapeCity.ActiveReports.Extensibility.v8 Assembly > GrapeCity.ActiveReports.Extensibility.Drawing Namespace > MatrixEx Class : Scale Method

scaleX
The scaled amount on the x-axis.
scaleY
The scaled mount on the y-axis.

Glossary Item Box

Prepends a scale vector to the MatrixEx

Syntax

Visual Basic (Declaration) 
Public Sub Scale( _
   ByVal scaleX As System.Single, _
   ByVal scaleY As System.Single _
) 
C# 
public void Scale( 
   System.float scaleX,
   System.float scaleY
)

Parameters

scaleX
The scaled amount on the x-axis.
scaleY
The scaled mount on the y-axis.

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