ImmutableTransform Class
Represents a transform on an Visual.
Definition
Namespace: Avalonia.Media.Immutable
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public class ImmutableTransform : ITransform
Public Class ImmutableTransform
Implements ITransform
type ImmutableTransform =
class
interface ITransform
end
Inheritance | Object → ImmutableTransform |
Implements | ITransform |
Constructors
ImmutableTransform(Matrix) | Initializes a new instance of the ImmutableTransform class. |
Properties
Value |
Methods
Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetHashCode() | Serves as the default hash function. (Inherited from Object) |
GetType() | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() | Creates a shallow copy of the current Object. (Inherited from Object) |
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) |