RenderTransform Operators and Type Conversions |
The RenderTransform type exposes the following members.
Name | Description | |
---|---|---|
Equality |
Compares two RenderTransforms to determine whether they are the same.
| |
(RenderTransform to Matrix33F) |
Converts a render transformation to a 3x3 matrix.
| |
(RenderTransform to Matrix22F) |
Converts a render transformation to a 2x2 matrix that only represents the scaling and the
rotation (no translation).
| |
Inequality |
Compares two RenderTransforms to determine whether they are the different.
| |
Multiply |
Multiplies two render transformation.
|