ITransform Interface

Definition

Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
[TypeConverterAttribute(typeof(TransformConverter))]
[NotClientImplementableAttribute]
public interface ITransform

Properties

Extension Methods

ToImmutable Converts a transform to an immutable transform.
(Defined by TransformExtensions)

See Also