Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 613 Bytes

File metadata and controls

30 lines (21 loc) · 613 Bytes

GetTexBitPaintNode

Description

Function GetTexBitPaintNode returns the paint node of the referenced texture bitmap.

FUNCTION GetTexBitPaintNode(textureBitmap : HANDLE): HANDLE;
def vs.GetTexBitPaintNode(textureBitmap):
    return HANDLE

Parameters

Name Type Description
textureBitmap HANDLE Handle to texture bitmap.

Remarks

Returns the paint node that contains the texture bitmap's image bits

Version

GetTexBitPaintNode is obsolete as of VectorWorks12.0

Availability: from VectorWorks8.0

Category