ITransform Interface
Not client implementable.
Note: This interface is not client implementable. You need to enable PrivateApi if you want to implement this interface.
Definition
Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
[TypeConverterAttribute(typeof(TransformConverter))]
[NotClientImplementableAttribute]
public interface ITransform
<TypeConverterAttribute(GetType(TransformConverter))>
<NotClientImplementableAttribute>
Public Interface ITransform
[<TypeConverterAttribute(typeof(TransformConverter))>]
[<NotClientImplementableAttribute>]
type ITransform = interface end
Properties
Value |
Extension Methods
ToImmutable() | Converts a transform to an immutable transform. (Defined by TransformExtensions) |