Search
TextureBrush Constructor
See Also
 





Initializes a new instance of the TextureBrush class with the specified image.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public TextureBrush (
    IImage image
)

Visual Basic  Copy Code

Public New ( _
    image As IImage _
)

 Parameters

image
The Image object with which this brush fills interiors.

 See Also