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| Name | Type | Description |
|---|---|---|
| textureBitmap | HANDLE | Handle to texture bitmap. |
| repeatHoriz | BOOLEAN | Horizontal tiling setting. |
Sets the texture bitmap attribute to specify that it should repeat horizontally.
Availability: from VectorWorks8.0