Click or drag to resize

AsTiffLoadIntoImage Method (IntPtr, IntPtr, IntPtr, Int32, Int32, Int32, AsTiffAsTiffProgressDelegate, Object)

Namespace:  Atalasoft.Imaging.Codec
Assembly:  Atalasoft.dotImage.Lib (in Atalasoft.dotImage.Lib.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public static void LoadIntoImage(
	IntPtr p,
	IntPtr ifdPtr,
	IntPtr imagePtr,
	int rowstride,
	int unpaddedStride,
	int height,
	AsTiffAsTiffProgressDelegate progress,
	Object userObject
)

Parameters

p
Type: SystemIntPtr
ifdPtr
Type: SystemIntPtr
imagePtr
Type: SystemIntPtr
rowstride
Type: SystemInt32
unpaddedStride
Type: SystemInt32
height
Type: SystemInt32
progress
Type: Atalasoft.Imaging.CodecAsTiffAsTiffProgressDelegate
userObject
Type: SystemObject
See Also