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)
- C#
- VB
- F#
public sealed class TransformOperations : ITransform
Public NotInheritable Class TransformOperations
Implements ITransform
[<SealedAttribute>]
type TransformOperations =
class
interface ITransform
end
| Inheritance | Object → TransformOperations |
| Implements | ITransform |
Properties
| Identity | |
| IsIdentity | Returns 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) |