Accusoft.ImagXpress13.Net
Delete Method




Deletes the current sprite.
Syntax
'Declaration
 
Public Function Delete() As Boolean
'Usage
 
Dim instance As Sprite
Dim value As Boolean
 
value = instance.Delete()
public bool Delete()
public: bool Delete(); 
public:
bool Delete(); 

Return Value

A boolean value which is true if the sprite was deleted. Otherwise, false is returned.
Remarks

This method deletes the current sprite but not the current region.

Note: This method fails if there is no current sprite.

See Also

Reference

Sprite Class
Sprite Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback