TransformOperation Structure
Represents a single primitive transform (like translation, rotation, scale, etc.).
Definition
Namespace: Avalonia.Media.Transformation
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public struct TransformOperation : IEquatable<TransformOperation>
Public Structure TransformOperation
Implements IEquatable(Of TransformOperation)
[<SealedAttribute>]
type TransformOperation =
struct
inherit ValueType
interface IEquatable<TransformOperation>
end
Inheritance | Object → ValueType → TransformOperation |
Implements | IEquatable(TransformOperation) |
Properties
Identity | Returns new identity transform operation. |
IsIdentity | Returns 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 |