Implemented interface member:
property
Size
System.Drawing.IIcon.Size
18 references to Size
System.Drawing.Common (15)
System\Drawing\Icon.cs (15)
86
_iconSize = original.
Size
;
190
public int Height =>
Size
.Height;
234
public int Width =>
Size
.Width;
236
public object Clone() => new Icon(this,
Size
.Width,
Size
.Height);
283
Size cursorSize =
Size
;
354
Size size =
Size
;
632
bitmap = new Bitmap(
Size
.Width,
Size
.Height, PixelFormat.Format32bppArgb);
635
BitmapData bmpdata = bitmap.LockBits(new Rectangle(0, 0,
Size
.Width,
Size
.Height),
646
int lineLength =
Size
.Width * 4;
647
int width =
Size
.Width;
648
for (int j = (
Size
.Height - 1) * 4; j >= 0; j -= 4)
737
Size size =
Size
;
System.Windows.Forms (2)
System\Windows\Forms\ErrorProvider\ErrorProvider.IconRegion.cs (2)
42
Size size = _icon.
Size
;
81
public Size Size => _icon.
Size
;
System.Windows.Forms.Design (1)
System\Drawing\Design\CursorEditor.CursorUI.cs (1)
93
cursorWidth = scaled.
Size
.Width;