Function GetTexBitPaintNode returns the paint node of the referenced texture bitmap.
FUNCTION GetTexBitPaintNode(textureBitmap : HANDLE): HANDLE;def vs.GetTexBitPaintNode(textureBitmap):
return HANDLE| Name | Type | Description |
|---|---|---|
| textureBitmap | HANDLE | Handle to texture bitmap. |
Returns the paint node that contains the texture bitmap's image bits
GetTexBitPaintNode is obsolete as of VectorWorks12.0
Availability: from VectorWorks8.0