Gets or sets the Image instance associated with this brush.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Common
SyntaxC#
Copy Code
|
|---|
public IImage Image { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Image As IImage |
A Microsoft.Maui.Graphics.IImage that represents the image with which this brush fills shapes.
See Also