Backdrop3DScene Class

Defines a plane in which effects, such as glow and shadow, are applied in relation to the shape they are being applied to.
Inheritance Hierarchy

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public sealed class Backdrop3DScene : PVIObject, 
	IBackdrop3DScene

The Backdrop3DScene type exposes the following members.

Properties
  NameDescription
Public propertyAnchorPoint
Returns or sets a point in 3D space. This point is the point in space that anchors the backdrop plane. 3D point represented by array of 3 float values which define X, Y and Z coordinates. Read/write float.
Public propertyNormalVector
Returns or sets a normal vector. To be more precise, this attribute defines a vector normal to the face of the backdrop plane. Vector represented by array of 3 float values which define X, Y and Z coordinates. Read/write float.
Public propertyUpVector
Returns or sets a vector representing up. To be more precise, this attribute defines a vector representing up in relation to the face of the backdrop plane. Vector represented by array of 3 float values which define X, Y and Z coordinates. Read/write float.
Methods
  NameDescription
Public methodEquals
Compares with specified object.
(Inherited from PVIObject.)
Public methodGetHashCode
Returns hash code.
(Inherited from PVIObject.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also