Search
TextureBrush.Image Property
See Also
 





Gets or sets the Image instance associated with this brush.

Namespace: MindFusion.Drawing
Package: MindFusion.Common

 Syntax

C#  Copy Code

public Image Image { get; set; }

Visual Basic  Copy Code

Public Property Image As Image

 Property Value

Instance of the .NET Image class that represents the image with which this brush fills shapes.

 See Also