ISceneBrushContent 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#
[NotClientImplementableAttribute]
public interface ISceneBrushContent : IImmutableBrush,
IBrush, IDisposable
<NotClientImplementableAttribute>
Public Interface ISceneBrushContent
Inherits IImmutableBrush, IBrush, IDisposable
[<NotClientImplementableAttribute>]
type ISceneBrushContent =
interface
interface IImmutableBrush
interface IBrush
interface IDisposable
end
Implements | IBrush, IImmutableBrush, IDisposable |
Properties
Brush | |
Opacity | Gets the opacity of the brush. (Inherited from IBrush) |
Rect | |
Transform | Gets the transform of the brush. (Inherited from IBrush) |
TransformOrigin | Gets the origin of the brushes Transform (Inherited from IBrush) |
Methods
Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable) |
Extension Methods
ToImmutable() | Converts a brush to an immutable brush. (Defined by BrushExtensions) |