Sets the J-axis end point of the fill.
Note: only works with 2D objects that have a gradient or image fill.
PROCEDURE SetFillJAxisEndPoint(
objectHandle : HANDLE;
xJAxisEndPoint : REAL;
yJAxisEndPoint : REAL);def vs.SetFillJAxisEndPoint(objectHandle, xJAxisEndPoint, yJAxisEndPoint):
return None| Name | Type | Description |
|---|---|---|
| objectHandle | HANDLE | Handle to object with fill. |
| xJAxisEndPoint | REAL | X coordinate of J-axis point. |
| yJAxisEndPoint | REAL | Y coordinate of J-axis point. |
==== VectorScript ====
SetFillJAxisEndPoint(objectHandle, 15.0, 25.0);==== Python ====
Availability: from VectorWorks10.0
- Object Attributes