Function GetTexBitRepHoriz returns whether the referenced texture bitmap is set to repeat horizontally.
FUNCTION GetTexBitRepHoriz(textureBitmap : HANDLE): BOOLEAN;def vs.GetTexBitRepHoriz(textureBitmap):
return BOOLEAN| Name | Type | Description |
|---|---|---|
| textureBitmap | HANDLE | Handle to texture bitmap. |
Returns TRUE if this texture bitmap repeats horizontally.
Availability: from VectorWorks8.0