In The Hand LtdIn The Hand
Subtract Method (pointer, offset)
NamespacesInTheHandIntPtrHelperSubtract(IntPtr, Int32)
.NET Components for Mobility
Subtracts an offset from the value of a pointer.
Declaration Syntax
C#Visual Basic
public static IntPtr Subtract(
	IntPtr pointer,
	int offset
)
Public Shared Function Subtract ( _
	pointer As IntPtr, _
	offset As Integer _
) As IntPtr
Parameters
pointer (IntPtr)
The pointer to subtract the offset from.
offset (Int32)
The pointer to subtract the offset from.
Return Value
A new pointer that reflects the subtraction of offset from pointer.

Assembly: InTheHand (Module: InTheHand) Version: 7.0.0.0