IFrame.Ptr Property

Returns a pointer to the image data.
Syntax:
[C#]
public byte* Ptr;
Remarks:

Please note, that depending upon the frame type, images may be stored bottom up, therefore the pointer returned by this method may point to the first byte of the first pixel of the last line of the image.

You can get information about how to interpret the data by examining IFrame.FrameType.

See also: IFrame, IFrame.FrameType, IFrame.GetIntPtr

<< IFrame