TransformOperation Struct

Summary

Represents a single primitive transform (like translation, rotation, scale, etc.).
Namespace
Avalonia.Media.Transformation
Base Types
  • object
  • ValueType
graph BT Type-->Base0["ValueType"] Base0-->Base1["object"] Type["TransformOperation"] class Type type-node

Syntax

public struct TransformOperation : ValueType

Fields

Name Constant Value Summary
Data
Matrix
Type

Properties

Name Value Summary
Identity TransformOperation
Returns new identity transform operation.
static
IsIdentity bool
Returns whether operation produces the identity matrix.

Methods

Name Value Summary
Bake() void
Bakes this operation to a transform matrix.
TryInterpolate(TransformOperation?, TransformOperation?, double, TransformOperation) bool
Attempts to interpolate between two transform operations.
static