Paint.Scale (gb.web.gui)

Static Sub Scale ( SX As Float [ , SY As Float ] )

Modify the current transformation matrix by scaling the user-space.

  • SX : scale factor for the X dimension.

  • SY : scale factor for the Y dimension. If not specified, it is the same value as SX.