Table of Contents

Class ImmutableTransform

Namespace
Avalonia.Media.Immutable
Assembly
Avalonia.Base.dll

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 Matrix

The transform matrix.

Properties

Value

public Matrix Value { get; }

Property Value

Matrix