Skip to content

Commit a912c46

Browse files
authored
Add Last System.Drawing Documentation for .NET 9 (#10490)
1 parent 6bb990d commit a912c46

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

xml/System.Drawing.Imaging.Effects/Effect.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,9 @@
6565
<Parameter Name="disposing" Type="System.Boolean" />
6666
</Parameters>
6767
<Docs>
68-
<param name="disposing">To be added.</param>
69-
<summary>To be added.</summary>
68+
<param name="disposing">
69+
<see langword="true" /> to release both managed and unmanaged resources; <see langword="false" /> to release only unmanaged resources.</param>
70+
<summary>Releases the unmanaged resources used by the <see cref="T:System.Drawing.Imaging.Effects.Effect" /> and optionally releases the managed resources.</summary>
7071
<remarks>To be added.</remarks>
7172
</Docs>
7273
</Member>

xml/System.Drawing/SystemColors.xml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1344,9 +1344,12 @@
13441344
<ReturnType>System.Boolean</ReturnType>
13451345
</ReturnValue>
13461346
<Docs>
1347-
<summary>To be added.</summary>
1348-
<value>To be added.</value>
1349-
<remarks>To be added.</remarks>
1347+
<summary>Gets or sets a value that indicates whether the alternative color set is used.</summary>
1348+
<value>When <see langword="true"/>, system <see cref="T:System.Drawing.KnownColor"/> values will return the alternative color set (as returned by <see cref="T:System.Drawing.SystemColors"/> statics or <see cref="M:System.Drawing.Color.FromKnownColor(System.Drawing.KnownColor)"/>). This is currently "dark mode" variants of the system colors.</value>
1349+
<remarks>
1350+
<para><see cref="T:System.Drawing.KnownColor"/> <see cref="T:System.Drawing.Color"/> values are always looked up every time you use them and do not retain any other context. As such, existing <see cref="T:System.Drawing.Color"/> values will change when this property is set.</para>
1351+
<para>On Windows, system <see cref="T:System.Drawing.KnownColor"/> values always return the current Windows color when the OS has a high contrast theme enabled.</para>
1352+
</remarks>
13501353
</Docs>
13511354
</Member>
13521355
<Member MemberName="Window">
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Namespace Name="System.Drawing.Imaging.Effects">
22
<Docs>
3-
<summary>To be added.</summary>
3+
<summary>Provides functionality for adding effects to images.</summary>
44
<remarks>To be added.</remarks>
55
</Docs>
66
</Namespace>

0 commit comments

Comments
 (0)