43 instantiations of Region
System.Drawing.Common (6)
System.Windows.Forms (10)
System.Windows.Forms.Design (27)
131 references to Region
System.Drawing (1)
System.Drawing.Common (29)
System\Drawing\Graphics.cs (20)
199public Region Clip
203Region region = new();
544public void SetClip(Region region, Drawing2D.CombineMode combineMode)
559public void IntersectClip(Region region)
572public void ExcludeClip(Region region)
1916/// Gets an array of <see cref="Region"/> objects, each of which bounds a range of character positions within
1926/// This method returns an array of <see cref="Region"/> objects, each of which bounds a range of character
1936public Region[] MeasureCharacterRanges(string? text, Font font, RectangleF layoutRect, StringFormat? stringFormat) =>
1941public Region[] MeasureCharacterRanges(ReadOnlySpan<char> text, Font font, RectangleF layoutRect, StringFormat? stringFormat) =>
1945private Region[] MeasureCharacterRangesInternal(
1965Region[] regions = new Region[count];
2654internal Region? GetRegionIfNotInfinite()
2675Region region = new(regionHandle);
2863/// Fills the interior of a <see cref='Region'/>.
2865public void FillRegion(Brush brush, Region region)
3211GetContextInfo(out Matrix3x2 cumulativeTransform, calculateClip: true, out Region? cumulativeClip);
3215private void GetContextInfo(out Matrix3x2 cumulativeTransform, bool calculateClip, out Region? cumulativeClip)
3295Region? clipRegion = null;
3375public void GetContextInfo(out PointF offset, out Region? clip)
System.Windows.Forms (55)
System.Windows.Forms.Design (43)
System.Windows.Forms.Primitives (3)