File: AttrShape.xml

package info (click to toggle)
gtk-sharp3 2.99.3-4.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 25,488 kB
  • sloc: xml: 308,885; cs: 38,796; sh: 11,336; perl: 1,295; makefile: 1,099; ansic: 903
file content (72 lines) | stat: -rw-r--r-- 3,173 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
<Type Name="AttrShape" FullName="Pango.AttrShape">
  <TypeSignature Language="C#" Maintainer="auto" Value="public class AttrShape : Pango.Attribute" />
  <TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit AttrShape extends Pango.Attribute" />
  <AssemblyInfo>
    <AssemblyName>pango-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>Pango.Attribute</BaseTypeName>
  </Base>
  <Interfaces />
  <Docs>
    <summary>An attribute that imposes a shape restriction.</summary>
    <remarks />
  </Docs>
  <Members>
    <Member MemberName=".ctor">
      <MemberSignature Language="C#" Value="public AttrShape (Pango.Rectangle ink_rect, Pango.Rectangle logical_rect);" />
      <MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(valuetype Pango.Rectangle ink_rect, valuetype Pango.Rectangle logical_rect) cil managed" />
      <MemberType>Constructor</MemberType>
      <ReturnValue />
      <Parameters>
        <Parameter Name="ink_rect" Type="Pango.Rectangle" />
        <Parameter Name="logical_rect" Type="Pango.Rectangle" />
      </Parameters>
      <Docs>
        <param name="ink_rect">a <see cref="T:Pango.Rectangle" /></param>
        <param name="logical_rect">a <see cref="T:Pango.Rectangle" /></param>
        <summary>Creates a new shape attribute</summary>
        <remarks>
	    A shape is used to impose a particular ink and logical
	    rectangle on the result of shaping a particular glyph. This
	    might be used, for instance, for embedding a picture or a
	    widget inside a <see cref="T:Pango.Layout" />.
	</remarks>
        <since version="Gtk# 2.4" />
      </Docs>
    </Member>
    <Member MemberName="InkRect">
      <MemberSignature Language="C#" Value="public Pango.Rectangle InkRect { get; }" />
      <MemberSignature Language="ILAsm" Value=".property instance valuetype Pango.Rectangle InkRect" />
      <MemberType>Property</MemberType>
      <ReturnValue>
        <ReturnType>Pango.Rectangle</ReturnType>
      </ReturnValue>
      <Parameters />
      <Docs>
        <summary>The ink rectangle to restrict to</summary>
        <value>a <see cref="T:Pango.Rectangle" /></value>
        <remarks />
        <since version="Gtk# 2.4" />
      </Docs>
    </Member>
    <Member MemberName="LogicalRect">
      <MemberSignature Language="C#" Value="public Pango.Rectangle LogicalRect { get; }" />
      <MemberSignature Language="ILAsm" Value=".property instance valuetype Pango.Rectangle LogicalRect" />
      <MemberType>Property</MemberType>
      <ReturnValue>
        <ReturnType>Pango.Rectangle</ReturnType>
      </ReturnValue>
      <Parameters />
      <Docs>
        <summary>The logical rectangle to restrict to</summary>
        <value>a <see cref="T:Pango.Rectangle" /></value>
        <remarks />
        <since version="Gtk# 2.4" />
      </Docs>
    </Member>
  </Members>
</Type>