'Declaration Public Function New( _
ByVal imageThe image, which must be associated with brush.As Vintasoft.Imaging.VintasoftImage, _
ByVal disposeImageAfterUseA value indicating whether image must be disposed when this brush is disposed.As Boolean _
)
public GdiImageBrush(
Vintasoft.Imaging.VintasoftImage image,
bool disposeImageAfterUse
)
public: GdiImageBrush(
Vintasoft.Imaging.VintasoftImage* image,
bool disposeImageAfterUse
)
public:
GdiImageBrush(
Vintasoft.Imaging.VintasoftImage^ image,
bool disposeImageAfterUse
)
Parameters
- image
- The image, which must be associated with brush.
- disposeImageAfterUse
- A value indicating whether image must be disposed when this brush is disposed.