[]
Represents a rectangular image brush.
public class ImageBrush : Brush
Initializes a new instance of the ImageBrush class.
public ImageBrush()
Initializes a new instance of the ImageBrush class using specified IImage object.
public ImageBrush(IImage image)
Creates a copy of a ImageBrush object.
public ImageBrush(ImageBrush source)
source
ImageBrushGets or sets the IImage object used to fill.
public IImage Image { get; set; }
Gets a value indicating whether the brush is actually visible.
public override bool Visible { get; }
Returns True if the specified brush is the same as the current brush.
protected override bool SameBrush(Brush brush)
brush
Brush