Blend2D::Geometry::MatrixOperation
Inherits Enum < Comparable < Value < Object
Constants
Reset = 0
Assign = 1
Translate = 2
Scale = 3
Skew = 4
Rotate = 5
RotatePoint = 6
Transform = 7
PostTranslate = 8
PostScale = 9
PostSkew = 10
PostRotate = 11
PostRotatePoint = 12
PostTransform = 13