Reader3dsCreateTextureCallbackDelegate Delegate |
CreateTextureCallbackDelegate is used in CreateTextureCallback to customize creation of texture bitmap images.
Namespace: Ab3dAssembly: Ab3d.Reader3ds (in Ab3d.Reader3ds.dll) Version: 9.0.5590.1040
Syntax public delegate ImageSource CreateTextureCallbackDelegate(
string fullFileName,
string originalFileName
)
Parameters
- fullFileName
- Type: SystemString
full file name with file pathe that would be used by Reader3ds to read the texture image - originalFileName
- Type: SystemString
textureFileName as written in 3ds file (without any path)
Return Value
Type:
ImageSourceImageSource that represent the texture
See Also