Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 659 Bytes

File metadata and controls

30 lines (23 loc) · 659 Bytes

SetTexBitFeatureSize

Description

Procedure SetTexBitFeatureSize sets the feature size of the referenced bitmap. Parameter featureSize specifies the size in real world inches.

PROCEDURE SetTexBitFeatureSize(
				textureBitmap : HANDLE;
				featureSize   : REAL);
def vs.SetTexBitFeatureSize(textureBitmap, featureSize):
    return None

Parameters

Name Type Description
textureBitmap HANDLE Handle to texture bitmap.
featureSize REAL Feature size value.

Remarks

featureSize is in real-world inches

Version

Availability: from VectorWorks8.0

Category