ActiveReports Developer 7
Scale Method
See Also 
GrapeCity.ActiveReports.Extensibility.v7 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.

See Also