Image.removeImage Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes the data about an image; the object still exists, but has no data.
public:
virtual int removeImage();
public virtual int removeImage ();
abstract member removeImage : unit -> int
override this.removeImage : unit -> int
Public Overridable Function removeImage () As Integer
Returns
0 indicates success; otherwise, failure.