Aspose::Cells::Drawing::ReflectionEffect class
Contents
[
Hide
]ReflectionEffect class
This class specifies a reflection effect.
class ReflectionEffect
Methods
| Method | Description |
|---|---|
| GetBlur() | Gets and sets the blur radius,in unit of points. |
| GetDirection() | Gets and sets the direction of the alpha gradient ramp relative to the shape itself. |
| GetDistance() | Gets and sets how far to distance the shadow,in unit of points. |
| GetFadeDirection() | Gets and sets the direction to offset the reflection. |
| GetRotWithShape() | Gets and sets if the reflection should rotate with the shape. |
| GetSize() | Gets and sets the end position (along the alpha gradient ramp) of the end alpha value,in unit of percentage. |
| GetTransparency() | Gets and sets the degree of the starting reflection transparency as a value from 0.0 (opaque) through 1.0 (clear). |
| GetType() | Gets and sets the preset reflection effect. |
| IsNull() const | Checks whether the implementation object is nullptr. |
| explicit operator bool() const | operator bool() |
| operator=(const ReflectionEffect& src) | operator= |
| ReflectionEffect(ReflectionEffect_Impl* impl) | Constructs from an implementation object. |
| ReflectionEffect(const ReflectionEffect& src) | Copy constructor. |
| SetBlur(double value) | Gets and sets the blur radius,in unit of points. |
| SetDirection(double value) | Gets and sets the direction of the alpha gradient ramp relative to the shape itself. |
| SetDistance(double value) | Gets and sets how far to distance the shadow,in unit of points. |
| SetFadeDirection(double value) | Gets and sets the direction to offset the reflection. |
| SetRotWithShape(bool value) | Gets and sets if the reflection should rotate with the shape. |
| SetSize(double value) | Gets and sets the end position (along the alpha gradient ramp) of the end alpha value,in unit of percentage. |
| SetTransparency(double value) | Gets and sets the degree of the starting reflection transparency as a value from 0.0 (opaque) through 1.0 (clear). |
| SetType(ReflectionEffectType value) | Gets and sets the preset reflection effect. |
| ~ReflectionEffect() | Destructor. |
Fields
| Field | Description |
|---|---|
| _impl | The implementation object. |
See Also
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++