Interface IImageBrush
Paints an area with an IBitmap.
[NotClientImplementable]
public interface IImageBrush : ITileBrush, IBrush
- Inherited Members
- Extension Methods
Properties
Source
Gets the image to draw.
IImageBrushSource? Source { get; }