VS:CreateTextureBitmap: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
m (1 revision)
 
(No difference)

Latest revision as of 14:25, 12 August 2013

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

Description

Function CreateTextureBitmap creates a new default texture bitmap in a VectorWorks document.

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

Remarks

Creates a new default texture bitmap, with no paint node attached. Texture bitmap's paint node should be attached before this texture bitmap is used by MiniCAD (VS:SetTexBitPaintNode).

Version

CreateTextureBitmap is obsolete as of VectorWorks 10.1


Availability: from VectorWorks 8.0

See Also

VS Functions:

CreateTextureBitmapN

VS Functions: [[VS:CreateTextureBitmapN| CreateTextureBitmapN]]