IImmutableBrush Interface
Represents an immutable brush which can be safely used with various threading contexts
Definition
Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public interface IImmutableBrush : IBrush
Public Interface IImmutableBrush
Inherits IBrush
type IImmutableBrush =
interface
interface IBrush
end
Implements | IBrush |
Properties
Opacity | Gets the opacity of the brush. (Inherited from IBrush) |
Transform | Gets the transform of the brush. (Inherited from IBrush) |
TransformOrigin | Gets the origin of the brushes Transform (Inherited from IBrush) |
Extension Methods
ToImmutable() | Converts a brush to an immutable brush. (Defined by BrushExtensions) |