Click or drag to resize
ResolveImagePathDelegate Delegate
ResolveImagePathDelegate is used to specify the path where the image will be saved

Namespace: Ab3d.Common.Reader3ds
Assembly: Ab3d.Reader3ds (in Ab3d.Reader3ds.dll) Version: 9.0.5590.1040
Syntax
C#
public delegate string ResolveImagePathDelegate(
	BitmapSource imageToResolve
)

Parameters

imageToResolve
Type: System.Windows.Media.ImagingBitmapSource
imageToResolve

Return Value

Type: String
path where the image will be saved
See Also