Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 526 Bytes

File metadata and controls

28 lines (20 loc) · 526 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

  • Textures