ISceneBrushContent Interface

Definition

Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
C#
[NotClientImplementableAttribute]
public interface ISceneBrushContent : IImmutableBrush, 
	IBrush, IDisposable
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

DisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable)
Render(IDrawingContextImpl, NullableMatrix) 

Extension Methods

ToImmutable Converts a brush to an immutable brush.
(Defined by BrushExtensions)

See Also