Skip to main content

TransformOperations Class

Contains a list of TransformOperation that represent primitive transforms that will be applied in declared order.

Definition

Namespace: Avalonia.Media.Transformation
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public sealed class TransformOperations : ITransform
View Source
InheritanceObject → TransformOperations
ImplementsITransform

Properties

Identity 
IsIdentityReturns whether all operations combined together produce the identity matrix.
Operations 
Value 

Methods

CreateBuilder(Int32) 
Equals(Object)Determines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCode()Serves as the default hash function.
(Inherited from Object)
GetType()Gets the Type of the current instance.
(Inherited from Object)
Interpolate(TransformOperations, TransformOperations, Double) 
Parse(String) 
ToString()Returns a string that represents the current object.
(Inherited from Object)

Extension Methods

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

See Also

Reference

Avalonia.Media.Transformation Namespace