Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 461 Bytes

File metadata and controls

28 lines (20 loc) · 461 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

ageAndPaint}}

Version

Availability: from VectorWorks10.0

Category

  • Textures