2025.3 Method
Changes 1
M

Transform2D.PreScale

Description:
Scales the linear part of this transformation and returns the result.
Remarks:
The resulting transformation is equivalent to the application of the uniform scale and then this transformation, in this order.
public Transform2D PreScale(
	double scale
)
  • Double
    scale
    The scale value.
Return Value Transform2D Returns a pointer to "this" Transform2D .