NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TextureBrush Constructor (Image, RectangleF, ImageAttributes)

[To be supplied.]

[Visual Basic]
Overloads Public Sub New( _
   ByVal image As Image, _
   ByVal dstRect As RectangleF, _
   ByVal imageAttr As ImageAttributes _
)
[C#]
public TextureBrush(
   Image image,
   RectangleF dstRect,
   ImageAttributes imageAttr
);
[C++]
public: TextureBrush(
   Image* image,
   RectangleF dstRect,
   ImageAttributes* imageAttr
);
[JScript]
public function TextureBrush(
   image : Image,
   dstRect : RectangleF,
   imageAttr : ImageAttributes
);

Parameters

image
[To be supplied.]
dstRect
[To be supplied.]
imageAttr
[To be supplied.]

See Also

TextureBrush Class | TextureBrush Members | System.Drawing Namespace | TextureBrush Constructor Overload List