ZedGraph LogoZedGraph Class Library Documentation
Fill Constructor (image, wrapMode)
NamespacesZedGraphFillFillFillNew(Image, WrapMode)
Constructor that creates a texture fill, setting Type to Brush and using the specified image.
Declaration Syntax
C#Visual BasicVisual C++
public Fill(
	Image image,
	WrapMode wrapMode
)
Public Sub New ( _
	image As Image, _
	wrapMode As WrapMode _
)
public:
Fill (
	Image^ image, 
	WrapMode wrapMode
)
Parameters
image (Image)
The Image to use for filling
wrapMode (WrapMode)
The WrapMode class that controls the image wrapping properties

Assembly: ZedGraph (Module: ZedGraph) Version: 5.1.0.621