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