ActiveReports 12
Scale Method (MatrixEx)

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Drawing Namespace > MatrixEx Class : Scale Method
The scaled amount on the x-axis.
The scaled mount on the y-axis.
Prepends a scale vector to the MatrixEx
Syntax
'Declaration
 
Public Sub Scale( _
   ByVal scaleX As Single, _
   ByVal scaleY As Single _
) 
public void Scale( 
   float scaleX,
   float scaleY
)

Parameters

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

Reference

MatrixEx Class
MatrixEx Members