UserShape property (ILEADRasterProcess)
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