6 references to CompositingMode
System.Drawing (6)
commonui\System\Drawing\Graphics.cs (6)
474/// Gets or sets the <see cref='System.Drawing.Drawing2D.CompositingMode'/> associated with this <see cref='System.Drawing.Graphics'/>. 476public CompositingMode CompositingMode { 486return(CompositingMode)mode; 491if (!ClientUtils.IsEnumValid(value, unchecked((int)value), (int)CompositingMode.SourceOver, (int)CompositingMode.SourceCopy)){ 492throw new InvalidEnumArgumentException("value", unchecked((int)value), typeof(CompositingMode));