Companion

object Companion

Functions

Link copied to clipboard
operator fun invoke(    scaleX: Double = 1.0,     shearX: Double = 0.0,     translateX: Double = 0.0,     scaleY: Double = 1.0,     shearY: Double = 0.0,     translateY: Double = 0.0): AffineTransform2D

Creates a transform with the given properties.