Reflection — Aspose.Slides FOSS C++ API Reference

Reflection — Represents a reflection effect applied to a shape.

Package: Aspose::Slides


Properties

PropertyTypeAccessDescription
IImageTransformOperationIImageTransformOperationRead

Methods

MethodReturnsDescription
IImageTransformOperation()IImageTransformOperation
init_internal()voidInitialize from an XML element (e.
save()voidPersist changes via the save callback provided at init time.
start_pos_alpha()doubleReturns the start position along the alpha gradient ramp (percents).
set_start_pos_alpha()voidSets the start position along the alpha gradient ramp (percents).
end_pos_alpha()doubleReturns the end position along the alpha gradient ramp (percents).
set_end_pos_alpha()voidSets the end position along the alpha gradient ramp (percents).
fade_direction()doubleReturns the fade direction angle in degrees.
set_fade_direction()voidSets the fade direction angle in degrees.
start_reflection_opacity()doubleReturns the starting reflection opacity (percents).
set_start_reflection_opacity()voidSets the starting reflection opacity (percents).
end_reflection_opacity()doubleReturns the ending reflection opacity (percents).
set_end_reflection_opacity()voidSets the ending reflection opacity (percents).
blur_radius()doubleReturns the blur radius in points.
set_blur_radius()voidSets the blur radius in points.
direction()doubleReturns the direction of reflection in degrees.
set_direction()voidSets the direction of reflection in degrees.
distance()doubleReturns the distance of reflection in points.
set_distance()voidSets the distance of reflection in points.
rectangle_align()RectangleAlignmentReturns the rectangle alignment.
set_rectangle_align()voidSets the rectangle alignment.
skew_horizontal()doubleReturns the horizontal skew angle in degrees.
set_skew_horizontal()voidSets the horizontal skew angle in degrees.
skew_vertical()doubleReturns the vertical skew angle in degrees.
set_skew_vertical()voidSets the vertical skew angle in degrees.
rotate_shadow_with_shape()boolReturns whether the reflection rotates with the shape.
set_rotate_shadow_with_shape()voidSets whether the reflection rotates with the shape.
scale_horizontal()doubleReturns the horizontal scaling factor in percent.
set_scale_horizontal()voidSets the horizontal scaling factor in percent.
scale_vertical()doubleReturns the vertical scaling factor in percent.
set_scale_vertical()voidSets the vertical scaling factor in percent.

See Also