<Type Name="EventExpose" FullName="Gdk.EventExpose"> <TypeSignature Language="C#" Maintainer="auto" Value="public class EventExpose : Gdk.Event" /> <TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit EventExpose extends Gdk.Event" /> <AssemblyInfo> <AssemblyName>gdk-sharp</AssemblyName> <AssemblyPublicKey> </AssemblyPublicKey> </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> <Base> <BaseTypeName>Gdk.Event</BaseTypeName> </Base> <Interfaces /> <Docs> <summary>Generated when all or part of a window becomes visible and needs to be redrawn.</summary> <remarks> </remarks> </Docs> <Members> <Member MemberName=".ctor"> <MemberSignature Language="C#" Value="public EventExpose (IntPtr raw);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(native int raw) cil managed" /> <MemberType>Constructor</MemberType> <ReturnValue /> <Parameters> <Parameter Name="raw" Type="System.IntPtr" /> </Parameters> <Docs> <param name="raw">raw unmanaged pointer.</param> <summary>Internal constructor.</summary> <remarks>None.</remarks> </Docs> </Member> <Member MemberName="Area"> <MemberSignature Language="C#" Value="public Gdk.Rectangle Area { get; set; }" /> <MemberSignature Language="ILAsm" Value=".property instance valuetype Gdk.Rectangle Area" /> <MemberType>Property</MemberType> <ReturnValue> <ReturnType>Gdk.Rectangle</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary>The bounding box of the <see cref="P:Gdk.EventExpose.Region" /></summary> <value>The bounding box of the <see cref="P:Gdk.EventExpose.Region" /></value> <remarks>None.</remarks> </Docs> </Member> <Member MemberName="Count"> <MemberSignature Language="C#" Value="public int Count { get; set; }" /> <MemberSignature Language="ILAsm" Value=".property instance int32 Count" /> <MemberType>Property</MemberType> <ReturnValue> <ReturnType>System.Int32</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary>The number of contiguous Expose Events following this one.</summary> <value>The number of contiguous Expose Events following this one.</value> <remarks>The only use for this is "exposure compression", i.e. handling all contiguous Expose events in one go, though GDK performs some exposure compression so this is not normally needed</remarks> </Docs> </Member> <Member MemberName="Region"> <MemberSignature Language="C#" Value="public Cairo.Region Region { get; set; }" /> <MemberSignature Language="ILAsm" Value=".property instance class Cairo.Region Region" /> <MemberType>Property</MemberType> <ReturnValue> <ReturnType>Cairo.Region</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary>The region that needs to be redrawn.</summary> <value>The <see cref="T:Gdk.Region" /> that needs to be redrawn.</value> <remarks>None.</remarks> </Docs> </Member> </Members> </Type>