Share via


NSImagePartialEventArgs(NSImageRep, IntPtr) Constructor

Definition

Create a new instance of the NSImagePartialEventArgs with the specified event data.

public NSImagePartialEventArgs(AppKit.NSImageRep rep, IntPtr rows);
new AppKit.NSImagePartialEventArgs : AppKit.NSImageRep * nativeint -> AppKit.NSImagePartialEventArgs

Parameters

rep
NSImageRep

The value for the Rep property.

rows
IntPtr

nativeint

The value for the Rows property.

Applies to