[]
Represents a rectangular image brush.
public class ImageBrush : Brush
| Name | Description |
|---|---|
| ImageBrush() | Initializes a new instance of the ImageBrush class. |
| ImageBrush(IImage) | Initializes a new instance of the ImageBrush class using specified IImage object. |
| ImageBrush(ImageBrush) | Creates a copy of a ImageBrush object. |
| Name | Description |
|---|---|
| Image | Gets or sets the IImage object used to fill. |
| Visible | Gets a value indicating whether the brush is actually visible. |
| Name | Description |
|---|---|
| SameBrush(Brush) | Returns True if the specified brush is the same as the current brush. |