14 instantiations of ImageAttributes
System.Drawing.Common (2)
System.Windows.Forms (11)
System.Windows.Forms.Design (1)
46 references to ImageAttributes
System.Drawing (1)
System.Drawing.Common (34)
System\Drawing\Graphics.cs (26)
2154public void DrawImage(Image image, PointF[] destPoints, RectangleF srcRect, GraphicsUnit srcUnit, ImageAttributes? imageAttr) =>
2162ImageAttributes? imageAttr,
2171ImageAttributes? imageAttr,
2209ImageAttributes? imageAttr) => DrawImage(image, destPoints, srcRect, srcUnit, imageAttr, null, 0);
2216ImageAttributes? imageAttr,
2224ImageAttributes? imageAttr,
2272ImageAttributes? imageAttrs) => DrawImage(image, destRect, srcX, srcY, srcWidth, srcHeight, srcUnit, imageAttrs, null);
2282ImageAttributes? imageAttrs,
2293ImageAttributes? imageAttrs,
2332ImageAttributes? imageAttr) => DrawImage(image, destRect, (float)srcX, srcY, srcWidth, srcHeight, srcUnit, imageAttr, null);
2342ImageAttributes? imageAttr,
2353ImageAttributes? imageAttrs,
2944ImageAttributes? imageAttr)
2965ImageAttributes? imageAttr)
2973ImageAttributes? imageAttr)
2994ImageAttributes? imageAttr) => EnumerateMetafile(metafile, (RectangleF)destRect, callback, callbackData, imageAttr);
3001ImageAttributes? imageAttr)
3030ImageAttributes? imageAttr)
3061ImageAttributes? imageAttr)
3086ImageAttributes? imageAttr) => EnumerateMetafile(
3102ImageAttributes? imageAttr)
3127ImageAttributes? imageAttr) => EnumerateMetafile(metafile, (RectangleF)destRect, srcRect, unit, callback, callbackData, imageAttr);
3136ImageAttributes? imageAttr)
3169ImageAttributes? imageAttr)
3613/// <inheritdoc cref="DrawImage(Image, Effect, RectangleF, Matrix?, GraphicsUnit, ImageAttributes?)"/>
3633ImageAttributes? imageAttr = default)
System.Windows.Forms (10)
System.Windows.Forms.Design (1)