Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 742 Bytes

File metadata and controls

30 lines (21 loc) · 742 Bytes

EditTextureBitmap

Description

Function EditTextureBitmap opens the Edit Texture Bitmap dialog box to the referenced texture bitmap. The function returns TRUE if texture bitmap was modified.

FUNCTION EditTextureBitmap(textureBitmap : HANDLE): BOOLEAN;
def vs.EditTextureBitmap(textureBitmap):
    return BOOLEAN

Parameters

Name Type Description
textureBitmap HANDLE Handle to texture bitmap.

Remarks

Brings up the Edit Texture Bitmap dialog for this texture bitmap. Returns true if texture bitmap was changed by the dialog.

Version

EditTextureBitmap is obsolete as of VectorWorks9.0

Availability: from VectorWorks8.0

Category