[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| 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) |
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable) |
| Render(IDrawingContextImpl, NullableMatrix) |
| ToImmutable |
Converts a brush to an immutable brush.
(Defined by BrushExtensions) |