Image.imageSpotlight Method [AX 2012]
Produces a spotlight effect within the circle that is defined by radius with center coordinates x and y.
public int imageSpotlight(
int x,
int y,
int radius,
int smoothing,
int intensity)
Run On
ClientParameters
- x
- Type: int
The X coordinate of the center of the spotlight.
- y
- Type: int
The Y coordinate of the center of the spotlight.
- radius
- Type: int
The radius of the spotlight in pixels.
- smoothing
- Type: int
Reserved parameter. Use a value of zero.
- intensity
- Type: int
The intensity of the surrounding pixels. The possible values are between 0 and 100 (%).
Community Additions
ADD
Show: