GraphicsCache.CreateMatrix Method
Name | Parameters | Description |
---|---|---|
CreateMatrix() | none | Returns a 3-by-3 affine matrix that represents a geometric transform. |
CreateMatrix(Single, Single, Single, Single, Single, Single) | m11, m12, m21, m22, dx, dy | Returns a 3-by-3 affine matrix that represents a geometric transform. |