Click or drag to resize

PixelMemoryPointerSum Method

Returns an IntPtr that is offset by the provided amount.

Namespace:  Atalasoft.Imaging.Memory
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public static IntPtr PointerSum(
	IntPtr p,
	int offset
)

Parameters

p
Type: SystemIntPtr
An IntPtr
offset
Type: SystemInt32
An offset in bytes to add to the pointer

Return Value

Type: IntPtr
An IntPtr that has been offset by the provided amount.
See Also