6 references to bmWidth
System.Windows.Forms (6)
System\Windows\Forms\Control.MetafileDCWrapper.cs (4)
116
long bitsPerScanLine = bmp.bmBitsPixel * (long)bmp.
bmWidth
;
129
biWidth = bmp.
bmWidth
,
186
cxDest = bmp.
bmWidth
;
199
bmp.
bmWidth
,
System\Windows\Forms\Input\Cursor.cs (2)
383
return new Size(bitmap.
bmWidth
, bitmap.bmHeight);
388
return new Size(bitmap.
bmWidth
, bitmap.bmHeight / 2);