VS:CreateImageControl: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
m (1 revision)
 
m (1 revision)
 
(No difference)

Latest revision as of 14:25, 12 August 2013

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

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

dialogID LONGINT
componentID LONGINT
iWidthPixels INTEGER
iHeightPixels INTEGER
hImage HANDLE

Version

Availability: from VectorWorks12.0