Click or drag to resize

AsTiffLoadRegionIntoImage Method

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 LoadRegionIntoImage(
	IntPtr p,
	IntPtr ifdPtr,
	int leftStrile,
	int topStrile,
	int strilesWidth,
	int strilesHeight,
	IntPtr imagePtr,
	int rowstride,
	int unpaddedStride,
	int rowsToSkip,
	int height,
	AsTiffAsTiffProgressDelegate progress,
	Object userObject
)

Parameters

p
Type: SystemIntPtr
ifdPtr
Type: SystemIntPtr
leftStrile
Type: SystemInt32
topStrile
Type: SystemInt32
strilesWidth
Type: SystemInt32
strilesHeight
Type: SystemInt32
imagePtr
Type: SystemIntPtr
rowstride
Type: SystemInt32
unpaddedStride
Type: SystemInt32
rowsToSkip
Type: SystemInt32
height
Type: SystemInt32
progress
Type: Atalasoft.Imaging.CodecAsTiffAsTiffProgressDelegate
userObject
Type: SystemObject
See Also