WebPlanner Programmer's Guide

TextureBrush Constructor (Image, WrapMode)

See Also
 


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

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public TextureBrush (
    Image image,
    WrapMode wrapMode
)

Visual Basic  Copy Code

Public New ( _
    image As Image, _
    wrapMode As WrapMode _
)

 Parameters

image
Sets the texture image.
wrapMode
Sets the texture wrap mode.

 See Also