Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 621 Bytes

File metadata and controls

30 lines (23 loc) · 621 Bytes

SetWSImageScaleF

Description

Sets the scale factor for the specified worksheet on drawing object.

PROCEDURE SetWSImageScaleF(
				handle      : HANDLE;
				scaleFactor : REAL;
				redraw      : BOOLEAN);
def vs.SetWSImageScaleF(handle, scaleFactor, redraw):
    return None

Parameters

Name Type Description
handle HANDLE The handle to the worksheet on drawing object.
scaleFactor REAL The scale factor.
redraw BOOLEAN Indicates whether to immediately redraw the worksheet on drawing.

Version

Availability: from Vectorworks 2017

Category

  • Worksheets