Home > All Other Interfaces > IShadow > DeleteShadow

DeleteShadow

Deletes the object’s shadow. To delete an object’s shadow, call the DeleteShadow() method of its Shadow  property (e.g.: myCircle.Shadow.DeleteShadow();).

 

JavaScript

 

DeleteShadow()

 

C#

 

void DeleteShadow()

 

C++

 

HRESULT DeleteShadow()

Exceptions

See: HRESULT Return Values for a list of possible values returned by the HRESULT.