UserShape property (ILEADRasterProcess)

Visual Basic example

Visual C++ example

 

Syntax

long UserShape (long lIndex);

Overview

Refer to Applying Artistic Effects

Remarks

(Raster Pro and above toolkits) Gets or set an array of values that represent the shape drawn by the user. This property is used only if the LightFlags property is set to FL_FREEHAND. These values should be between –1000 and 1000. They are internally divided by 1000, so the real values are between –1 and 1.

You must set the UserShapeCount property before using this property.

See Also

Elements:

LightFrequency property, LightRedAmplitude property, LightGreenAmplitude property, LightBlueAmplitude property, LightAngle property, LightXOrigin property, LightYOrigin property, LightPhase property, UserShapeCount property, LightFlags property, FunctionalLight method

Topics:

Raster Images: Artistic Effects