Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 682 Bytes

File metadata and controls

33 lines (27 loc) · 682 Bytes

CreateImageControl

Description

Creates a Layout Manager image control.

PROCEDURE CreateImageControl(
				dialogID      : LONGINT;
				componentID   : LONGINT;
				iWidthPixels  : INTEGER;
				iHeightPixels : INTEGER;
				hImage        : HANDLE);
def vs.CreateImageControl(dialogID, componentID, iWidthPixels, iHeightPixels, hImage):
    return None

Parameters

Name Type Description
dialogID LONGINT
componentID LONGINT
iWidthPixels INTEGER
iHeightPixels INTEGER
hImage HANDLE

Version

Availability: from VectorWorks12.0

Category