Skip to content

Commit

Permalink
Mark EnumerateMetafileProc's callbackData parameter as nullable
Browse files Browse the repository at this point in the history
  • Loading branch information
jkoritzinsky authored Jun 23, 2022
1 parent 6c209dc commit 88bfa8e
Show file tree
Hide file tree
Showing 2 changed files with 3,455 additions and 3,455 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ public void TranslateClip(float dx, float dy) { }
public void TranslateTransform(float dx, float dy) { }
public void TranslateTransform(float dx, float dy, System.Drawing.Drawing2D.MatrixOrder order) { }
public delegate bool DrawImageAbort(System.IntPtr callbackdata);
public delegate bool EnumerateMetafileProc(System.Drawing.Imaging.EmfPlusRecordType recordType, int flags, int dataSize, System.IntPtr data, System.Drawing.Imaging.PlayRecordCallback callbackData);
public delegate bool EnumerateMetafileProc(System.Drawing.Imaging.EmfPlusRecordType recordType, int flags, int dataSize, System.IntPtr data, System.Drawing.Imaging.PlayRecordCallback? callbackData);
}
public enum GraphicsUnit
{
Expand Down
Loading

0 comments on commit 88bfa8e

Please sign in to comment.