[]
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)
| Type | Name | Description |
|---|---|---|
| IImage | image | The IImage object. |
Creates a copy of a ImageBrush object.
public ImageBrush(ImageBrush source)
| Type | Name | Description |
|---|---|---|
| ImageBrush | source |