CGBitmapContext.Data Property

Definition

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 : nativeint

Property Value

IntPtr

nativeint

A pointer to the data.

Applies to