Click or drag to resize

ColorProfile Constructor (IntPtr, Int32)

Initializes a new instance of ColorProfile specifying a pointer to the profile memory and the size of this memory.

Namespace:  Atalasoft.Imaging.ColorManagement
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public ColorProfile(
	IntPtr mempointer,
	int size
)

Parameters

mempointer
Type: SystemIntPtr
A pointer to the memory containing a color profile.
size
Type: SystemInt32
The size of the memory pointer in bytes.
See Also