CGBitmapContext.Data Property  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a pointer to the image data for this CGBitmapContext object, or null if this object is not a bitmap context.
public IntPtr Data { get; }member this.Data : nativeintProperty Value
nativeint
A pointer to the data.