GtkSharp/doc/en/Gdk/FillRule.xml
Mike Kestner 1fbcce1452 2006-08-04 Mike Kestner <mkestner@novell.com>
* gdk/Screen.custom : manually implement FontOptions property so
	we can use reflection to access the internal Mono.Cairo ctor.
	* gdk/Gdk.metadata : list marshaling, method-to-property renames,
	and some hides form manual implementation.  Hide 
	gdk_atom_intern_static_string wrapper since it is pointless outside
	the context of C code.

svn path=/trunk/gtk-sharp/; revision=63366
2006-08-04 17:55:35 +00:00

50 lines
1.8 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>2.10.0.0</AssemblyVersion>
</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>
<Attributes>
<Attribute>
<AttributeName>GLib.GType(WrapperType=typeof(Gdk.FillRuleGType))</AttributeName>
</Attribute>
</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>
</Members>
</Type>