Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 554 Bytes

File metadata and controls

27 lines (20 loc) · 554 Bytes

GetTexBitRepVert

Description

Function GetTexBitRepVert returns whether the referenced texture bitmap is set to repeat vertically.

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

Parameters

Name Type Description
textureBitmap HANDLE Handle to texture bitmap.

Remarks

Returns TRUE if this texture bitmap repeats vertically.

Version

Availability: from VectorWorks8.0

Category