SpotlightEffect Constructor (Point, Int32, Double)
Creates a new Spotlight effect with specified parameters.
Namespace: Lumia.Imaging.Artistic
Assembly: Lumia.Imaging (in Lumia.Imaging.dll) Version: 255.255.255.255
public: SpotlightEffect( [InAttribute] Point position, [InAttribute] int radius, [InAttribute] double transitionSize )
Parameters
- position
- Type: Windows.Foundation::Point
The position of the center of spotlight circle.
- radius
- Type: System::Int32
The radius of the spotlight circle in pixels. Current coordinates.Range [0, 64511].
- transitionSize
- Type: System::Double
The size of the transition region given as a fraction of the radius.Range [0.0, 1.0].
Show: