IGraphicsScale Method
Applies the specified scaling operation to the transformation matrix by prepending it to the object's transformation matrix.
Namespace: SMath.DrawingAssembly: SMath.Drawing (in SMath.Drawing.dll) Version: 1.2.0
void Scale(
float scaleX,
float scaleY
)
Sub Scale (
scaleX As Single,
scaleY As Single
)
void Scale(
float scaleX,
float scaleY
)
abstract Scale :
scaleX : float32 *
scaleY : float32 -> unit
Parameters
- scaleX Single
- Scale factor in the x direction.
- scaleY Single
- Scale factor in the y direction.