Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 562 Bytes

File metadata and controls

27 lines (20 loc) · 562 Bytes

GetTexBitRepHoriz

Description

Function GetTexBitRepHoriz returns whether the referenced texture bitmap is set to repeat horizontally.

FUNCTION GetTexBitRepHoriz(textureBitmap : HANDLE): BOOLEAN;
def vs.GetTexBitRepHoriz(textureBitmap):
    return BOOLEAN

Parameters

Name Type Description
textureBitmap HANDLE Handle to texture bitmap.

Remarks

Returns TRUE if this texture bitmap repeats horizontally.

Version

Availability: from VectorWorks8.0

Category