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