Gets the I-axis end point of the fill.
Note: only works with 2D objects that have a gradient or image fill.
PROCEDURE GetFillIAxisEndPoint(
objectHandle : HANDLE;
VAR xIAxisEndPoint : REAL;
VAR yIAxisEndPoint : REAL);def vs.GetFillIAxisEndPoint(objectHandle):
return (xIAxisEndPoint, yIAxisEndPoint)| 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. |
GetFillIAxisEndPoint(objectHandle, xIAxis, yIAxis);xIAxis, yIAxis = vs.GetFillIAxisEndPoint(vs.FSActLayer())Availability: from VectorWorks10.0