Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 677 Bytes

File metadata and controls

30 lines (23 loc) · 677 Bytes

CreateImageFromPaint

Description

Creates an image resource from a paint node.

FUNCTION CreateImageFromPaint(
				paint     : HANDLE;
				imageName : STRING): HANDLE;
def vs.CreateImageFromPaint(paint, imageName):
    return HANDLE

Parameters

Name Type Description
paint HANDLE Handle to the paint node to be used to create the image resource.
imageName STRING User-specified name to be used to identify the newly created image resource.

Examples

ImageAndPaint

Version

Availability: from VectorWorks10.0

Category