ShapeCreateThreeDFormatEffective Method

Note: This API is now obsolete.

Creates the ThreeDFormatEffectiveData object that contains volume properties and 3D transformation of a shape, included inherited.

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
[ObsoleteAttribute("Use ThreeDFormatFormat.GetEffective() instead. The method will be removed after release of version 20.8.")]
public IThreeDFormatEffectiveData CreateThreeDFormatEffective()

Return Value

Type: IThreeDFormatEffectiveData
ThreeDFormatEffectiveData.

Implements

IShapeCreateThreeDFormatEffective
See Also