feedback icon indicating copy to clipboard operation
feedback copied to clipboard

GDI+ pages missing or wrong links

Open mmozeiko opened this issue 4 years ago • 1 comments

Any of RectF constructors from https://docs.microsoft.com/en-us/windows/win32/api/gdiplustypes/nl-gdiplustypes-rectf

  • https://docs.microsoft.com/en-us/windows/desktop/api/gdiplustypes/nf-gdiplustypes-rectf-rectf(inconstpointf__inconstsizef_)
  • https://docs.microsoft.com/en-us/windows/desktop/api/gdiplustypes/nf-gdiplustypes-rectf-rectf(inconstpointf__inconstsizef_)
  • https://docs.microsoft.com/en-us/windows/desktop/api/gdiplustypes/nf-gdiplustypes-rectf-rectf(inreal_inreal_inreal_inreal)

mmozeiko avatar Oct 09 '21 06:10 mmozeiko

@mimisasouvanh @drewbatgit FYI. Looks like the link should be:

https://docs.microsoft.com/windows/win32/api/gdiplustypes/nf-gdiplustypes-rectf-rectf(constpointf__constsizef_) not https://docs.microsoft.com/windows/desktop/api/gdiplustypes/nf-gdiplustypes-rectf-rectf(inconstpointf__inconstsizef_)

gewarren avatar Nov 16 '21 00:11 gewarren