Sets the I-axis end point of the fill.
Note: only works with 2D objects that have a gradient or image fill.
PROCEDURE SetFillIAxisEndPoint(
objectHandle : HANDLE;
xIAxisEndPoint : REAL;
yIAxisEndPoint : REAL);def vs.SetFillIAxisEndPoint(objectHandle, xIAxisEndPoint, yIAxisEndPoint):
return None| Name | Type | Description |
|---|---|---|
| objectHandle | HANDLE | Handle to the object with fill. |
| xIAxisEndPoint | REAL | X coordinate of I-axis point. |
| yIAxisEndPoint | REAL | Y coordinate of I-axis point. |
SetFillIAxisEndPoint(objectHandle, 20.0, 10.0);Availability: from VectorWorks10.0