Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 634 Bytes

File metadata and controls

31 lines (23 loc) · 634 Bytes

SetTexBitRepHoriz

Description

Procedure SetTexBitRepHoriz sets the horizontal repeat flag for the referenced texture bitmap.

PROCEDURE SetTexBitRepHoriz(
				textureBitmap : HANDLE;
				repeatHoriz   : BOOLEAN);
def vs.SetTexBitRepHoriz(textureBitmap, repeatHoriz):
    return None

Parameters

Name Type Description
textureBitmap HANDLE Handle to texture bitmap.
repeatHoriz BOOLEAN Horizontal tiling setting.

Remarks

Sets the texture bitmap attribute to specify that it should repeat horizontally.

Version

Availability: from VectorWorks8.0

Category

  • Textures