Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 846 Bytes

File metadata and controls

41 lines (32 loc) · 846 Bytes

SetFillIAxisEndPoint

Description

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

Parameters

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.

Examples

VectorScript

SetFillIAxisEndPoint(objectHandle, 20.0, 10.0);

Python

Version

Availability: from VectorWorks10.0

Category