TransformOperations Class
Definition
Contains a list of Avalonia.Media.Transformation.TransformOperation that represent primitive transforms that will be applied in declared order.
public class TransformOperations
Methods
| Name | Description |
|---|---|
| CreateBuilder | No summary available. |
| Interpolate | No summary available. |
| Parse | No summary available. |
CreateBuilder Method
public Avalonia.Media.Transformation.TransformOperations.Builder CreateBuilder(int capacity)
Parameters
capacity int
Returns
Interpolate Method
public Avalonia.Media.Transformation.TransformOperations Interpolate(Avalonia.Media.Transformation.TransformOperations from, Avalonia.Media.Transformation.TransformOperations to, double progress)
Parameters
from Avalonia.Media.Transformation.TransformOperations
to Avalonia.Media.Transformation.TransformOperations
progress double
Returns
Parse Method
public Avalonia.Media.Transformation.TransformOperations Parse(string s)
Parameters
s string
Returns
Properties
| Name | Description |
|---|---|
| Identity | No summary available. |
| IsIdentity | Returns whether all operations combined together produce the identity matrix. |
| Operations | No summary available. |
| Value | No summary available. |
Identity Property
public Avalonia.Media.Transformation.TransformOperations Identity { get; set; }
IsIdentity Property
Returns whether all operations combined together produce the identity matrix.
public bool IsIdentity { get; set; }
Operations Property
public System.Collections.Generic.IReadOnlyList<Avalonia.Media.Transformation.TransformOperation> Operations { get; set; }
Value Property
public Avalonia.Matrix Value { get; set; }