Summary
Contains a list of
TransformOperation
that represent primitive transforms that will be
applied in declared order.
- Namespace
- Avalonia
.Media .Transformation - Interfaces
- Base Types
-
- object
graph BT
Type-->Base0["object"]
Type-.->Interface0["ITransform"]
click Interface0 "/api/Avalonia.Media/ITransform"
Type["TransformOperations"]
class Type type-node
Syntax
public sealed class TransformOperations : ITransform
Properties
Name | Value | Summary |
---|---|---|
Identity | TransformOperations |
static
|
IsIdentity | bool |
Returns whether all operations combined together produce the identity matrix.
|
Operations | IReadOnlyList |
|
Value | Matrix |
Methods
Name | Value | Summary |
---|---|---|
CreateBuilder |
TransformOperations |
static
|
Interpolate |
TransformOperations |
static
|
Parse |
TransformOperations |
static
|