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. |
SetFillJAxisEndPoint(objectHandle, 15.0, 25.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.SetFillJAxisEndPoint(h, (0, 0), (0, 0))Availability: from VectorWorks10.0