Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 842 Bytes

File metadata and controls

41 lines (32 loc) · 842 Bytes

SetFillJAxisEndPoint

Description

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

Parameters

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.

Examples

VectorScript

SetFillJAxisEndPoint(objectHandle, 15.0, 25.0);

Python

Version

Availability: from VectorWorks10.0

Category