void Scale(
float scaleXValue,
float scaleYValue
)Sub Scale (
scaleXValue As Single,
scaleYValue As Single
)void Scale(
float scaleXValue,
float scaleYValue
)abstract Scale :
scaleXValue : float32 *
scaleYValue : float32 -> unit