Click or drag to resize
SoConverterParametersSetTileDim Method (Int32)

Set tile dimension.

Namespace: OIV.LDM.Converters
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void SetTileDim(
	int tileDim
)

Parameters

tileDim
Type: SystemInt32
Remarks

Like the -t command line argument. The default is 64 and the value must be a power of 2. The same value is used for all dimensions of the tile.

See Also