IImageBrush Interface

Summary

Paints an area with an IBitmap.
Namespace
Avalonia.Media
Interfaces
Implementing Types
graph BT Type-.->Interface0["ITileBrush"] click Interface0 "/api/Avalonia.Media/ITileBrush" Type-.->Interface1["IBrush"] click Interface1 "/api/Avalonia.Media/IBrush" Type["IImageBrush"] class Type type-node Implementing0["ImageBrush"]-.->Type click Implementing0 "/api/Avalonia.Media/ImageBrush"

Syntax

public interface IImageBrush : ITileBrush, IBrush

Properties

Name Value Summary
Source IBitmap
Gets the image to draw.

Extension Methods

Name Value Summary
ToImmutable() IBrush
Converts a brush to an immutable brush.