Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 695 Bytes

File metadata and controls

30 lines (23 loc) · 695 Bytes

SetTexBitRepVert

Description

Procedure SetTexBitRepVert sets the vertical repeat flag for the referenced texture bitmap. Parameter repeatVert toggles vertical tiling.

PROCEDURE SetTexBitRepVert(
				textureBitmap : HANDLE;
				repeatVert    : BOOLEAN);
def vs.SetTexBitRepVert(textureBitmap, repeatVert):
    return None

Parameters

Name Type Description
textureBitmap HANDLE Handle to texture bitmap.
repeatVert BOOLEAN Vertical tiling setting.

Remarks

Sets the texture bitmap attribute to specify that it should repeat vertically

Version

Availability: from VectorWorks8.0

Category