Skip to main content

TransformOperation Structure

Represents a single primitive transform (like translation, rotation, scale, etc.).

Definition

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

public struct TransformOperation : IEquatable<TransformOperation>
View Source
InheritanceObjectValueType → TransformOperation
ImplementsIEquatable(TransformOperation)

Properties

IdentityReturns new identity transform operation.
IsIdentityReturns whether operation produces the identity matrix.

Methods

Bake()Bakes this operation to a transform matrix.
GetType()Gets the Type of the current instance.
(Inherited from Object)
TryInterpolate(Nullable(TransformOperation), Nullable(TransformOperation), Double, TransformOperation)Attempts to interpolate between two transform operations.

Fields

Data 
Matrix 
Type 

See Also

Reference

Avalonia.Media.Transformation Namespace