Click or drag to resize

DDSTextureToolsWriteToFile Method

Namespace:  Internal
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static bool WriteToFile(
	string realFileName,
	DDSTextureToolsDDSImage image,
	out string error
)

Parameters

realFileName
Type: SystemString
image
Type: InternalDDSTextureToolsDDSImage
error
Type: SystemString

Return Value

Type: Boolean
See Also