Class ImmutableTransform
Represents a transform on an Visual.
public class ImmutableTransform : ITransform
- Inheritance
-
ImmutableTransform
- Implements
- Inherited Members
- Extension Methods
Constructors
ImmutableTransform(Matrix)
Initializes a new instance of the ImmutableTransform class.
public ImmutableTransform(Matrix matrix)
Parameters
matrix
MatrixThe transform matrix.
Properties
Value
public Matrix Value { get; }