File: EventExpose.xml

package info (click to toggle)
gtk-sharp3 2.99.3-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 25,464 kB
  • ctags: 8,843
  • sloc: xml: 308,885; cs: 38,795; sh: 11,336; perl: 1,295; makefile: 1,097; ansic: 900
file content (77 lines) | stat: -rw-r--r-- 3,413 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<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>