Ryujinx-GtkSharp/doc/en/Gdk/FillRule.xml
Mike Kestner 9577c1e81d 2004-06-29 Mike Kestner <mkestner@ximian.com>
* en/*/*.xml : remove To be added from enum <remarks> since they aren't
	rendered.  Monodoc needs to be enhanced to render if they are there,
	but we should normally put enum member docs in the summary, not remarks.

svn path=/trunk/gtk-sharp/; revision=30537
2004-06-29 16:25:31 +00:00

72 lines
2.4 KiB
XML

<Type Name="FillRule" FullName="Gdk.FillRule">
<TypeSignature Language="C#" Maintainer="auto" Value="public enum FillRule;" />
<AssemblyInfo>
<AssemblyName>gdk-sharp</AssemblyName>
<AssemblyPublicKey>
</AssemblyPublicKey>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
<AssemblyCulture>neutral</AssemblyCulture>
<Attributes />
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>The method for determining which pixels are included in a region, when creating a <see cref="T:Gdk.Region" /> from a polygon.</summary>
<remarks>The fill rule is only relevant for polygons which overlap themselves.</remarks>
</Docs>
<Base>
<BaseTypeName>System.Enum</BaseTypeName>
</Base>
<Interfaces>
<Interface>
<InterfaceName>System.IComparable</InterfaceName>
</Interface>
<Interface>
<InterfaceName>System.IConvertible</InterfaceName>
</Interface>
<Interface>
<InterfaceName>System.IFormattable</InterfaceName>
</Interface>
</Interfaces>
<Attributes />
<Members>
<Member MemberName="EvenOddRule">
<MemberSignature Language="C#" Value="EvenOddRule" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>Gdk.FillRule</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>Areas which are overlapped an odd number of times are included in the region, while areas overlapped an even number of times are not.</summary>
<remarks>
</remarks>
</Docs>
</Member>
<Member MemberName="WindingRule">
<MemberSignature Language="C#" Value="WindingRule" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>Gdk.FillRule</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>Overlapping areas are always included.</summary>
<remarks>
</remarks>
</Docs>
</Member>
<Member MemberName="value__">
<MemberSignature Language="C#" Value="value__" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>System.Int32</ReturnType>
</ReturnValue>
<Parameters>
</Parameters>
<Docs>
<summary>Internal field.</summary>
<remarks>Do not use.</remarks>
</Docs>
</Member>
</Members>
</Type>