'Declaration Public Overloads MustOverride Function CreateImageBrush( _
ByVal imageThe image.As Vintasoft.Imaging.VintasoftImage, _
ByVal disposeImageAfterUseA value indicating whether to dispose the image when this brush is disposed.As Boolean _
) As IDrawingImageBrush
public abstract IDrawingImageBrush CreateImageBrush(
Vintasoft.Imaging.VintasoftImage image,
bool disposeImageAfterUse
)
public: abstract IDrawingImageBrush* CreateImageBrush(
Vintasoft.Imaging.VintasoftImage* image,
bool disposeImageAfterUse
)
public:
abstract IDrawingImageBrush^ CreateImageBrush(
Vintasoft.Imaging.VintasoftImage^ image,
bool disposeImageAfterUse
)
Parameters
- image
- The image.
- disposeImageAfterUse
- A value indicating whether to dispose the image when this brush is disposed.
Return Value
A new image brush with specified image.