Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 651 Bytes

File metadata and controls

29 lines (23 loc) · 651 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