Click or drag to resize
DigitalRuneRenderTransform Operators and Type Conversions

The RenderTransform type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberEquality
Compares two RenderTransforms to determine whether they are the same.
Public operatorStatic member(RenderTransform to Matrix33F)
Converts a render transformation to a 3x3 matrix.
Public operatorStatic member(RenderTransform to Matrix22F)
Converts a render transformation to a 2x2 matrix that only represents the scaling and the rotation (no translation).
Public operatorStatic memberInequality
Compares two RenderTransforms to determine whether they are the different.
Public operatorStatic memberMultiply
Multiplies two render transformation.
Top
See Also