GraphicsScale 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
public void Scale(
float scaleX,
float scaleY
)
Public Sub Scale (
scaleX As Single,
scaleY As Single
)
public:
virtual void Scale(
float scaleX,
float scaleY
) sealed
abstract Scale :
scaleX : float32 *
scaleY : float32 -> unit
override Scale :
scaleX : float32 *
scaleY : float32 -> unit
- scaleX Single
- Scale factor in the x direction.
- scaleY Single
- Scale factor in the y direction.
IGraphicsScale(Single, Single)