Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 573 Bytes

File metadata and controls

31 lines (24 loc) · 573 Bytes

SetDrawingRect

Description

Sets the size of the drawing rectangle.

PROCEDURE SetDrawingRect(
				paperWidth  : REAL;
				paperHeight : REAL);
def vs.SetDrawingRect(paperWidth, paperHeight):
    return None

Parameters

Name Type Description
paperWidth REAL The width of the drawing rectangle
paperHeight REAL The height of the drawing rectangle

See Also

VS Functions: GetDrawingSizeRect

Version

Availability: from VectorWorks 10.0

Category