Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 547 Bytes

File metadata and controls

27 lines (20 loc) · 547 Bytes

GetTexBitFeatureSize

Description

Function GetTexBitFeatureSize returns the feature size of the referenced bitmap in real world inches.

FUNCTION GetTexBitFeatureSize(textureBitmap : HANDLE): REAL;
def vs.GetTexBitFeatureSize(textureBitmap):
    return REAL

Parameters

Name Type Description
textureBitmap HANDLE Handle to texture bitmap.

Remarks

Returns feature size in real-world inches

Version

Availability: from VectorWorks8.0

Category