Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 609 Bytes

File metadata and controls

33 lines (23 loc) · 609 Bytes

TextOrigin

Description

Procedure TextOrigin is used to specify the origin point (location) of a newly created text object.

The position of the actual text with respect to the origin is determined by the current vertical and horizontal text justification modes.

[[Image:textlocus.gif]]

PROCEDURE TextOrigin(pX,pY : REAL);
def vs.TextOrigin(p):
    return None

Parameters

Name Type Description
p REAL Coordinates of text origin.

See Also

VS Functions: MoveTo

Version

Availability: from All Versions

Category

  • Objects - Text