Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 377 Bytes

File metadata and controls

22 lines (16 loc) · 377 Bytes

CreateTexture

Description

Function CreateTexture creates a new texture object with default values.

FUNCTION CreateTexture : HANDLE;
def vs.CreateTexture():
    return HANDLE

Remarks

Creates a new texture object handle with default values

Version

Availability: from VectorWorks8.0

Category