Home > All Other Interfaces > IShadow > CreateShadow

CreateShadow

Creates a shadow for an object. To create a shadow for an object, call the CreateShadow() method of its Shadow  property (e.g.: myCircle.Shadow.CreateShadow();).

 

JavaScript

 

CreateShadow()

 

C#

 

void CreateShadow()

 

C++

 

HRESULT CreateShadow()

Exceptions

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