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);SetFillIAxisEndPoint( ObjHand, ImageFillOriginVec.x + ImageFill_IAxisVec.x, ImageFillOriginVec.y + ImageFill_IAxisVec.y );
SetFillJAxisEndPoint( ObjHand, ImageFillOriginVec.x + ImageFill_JAxisVec.x, ImageFillOriginVec.y + ImageFill_JAxisVec.y );
SetFillOriginPoint( ObjHand, ImageFillOriginVec.x, ImageFillOriginVec.y );
SetFillIAxisEndPoint( ObjHand, ImageFillOriginVec.x + ImageFill_IAxisVec.x, ImageFillOriginVec.y + ImageFill_IAxisVec.y );
SetFillJAxisEndPoint( ObjHand, ImageFillOriginVec.x + ImageFill_JAxisVec.x, ImageFillOriginVec.y + ImageFill_JAxisVec.y );vs.SetFillIAxisEndPoint(h, (0, 0), (0, 0))Availability: from VectorWorks10.0