Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 518 Bytes

File metadata and controls

27 lines (20 loc) · 518 Bytes

CreatePaintFromImage

Description

Creates a paint node from an image resource.

FUNCTION CreatePaintFromImage(image : HANDLE): HANDLE;
def vs.CreatePaintFromImage(image):
    return HANDLE

Parameters

Name Type Description
image HANDLE Handle to the image resource from which a paint node is to be created.

Examples

ImageAndPaint

Version

Availability: from VectorWorks10.0

Category