2003-02-12 01:58:46 +00:00
<Type Name= "AttrShape" FullName= "Pango.AttrShape" >
2003-02-15 03:08:25 +00:00
<TypeSignature Language= "C#" Value= "public sealed struct AttrShape;" Maintainer= "auto" />
2003-02-12 01:58:46 +00:00
<AssemblyInfo >
<AssemblyName > pango-sharp</AssemblyName>
2003-12-24 01:35:30 +00:00
<AssemblyPublicKey >
</AssemblyPublicKey>
2003-02-12 01:58:46 +00:00
<AssemblyVersion > 0.0.0.0</AssemblyVersion>
2003-10-28 00:48:23 +00:00
<AssemblyCulture > neutral</AssemblyCulture>
2003-02-12 01:58:46 +00:00
<Attributes />
</AssemblyInfo>
2003-02-23 07:26:30 +00:00
<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>
2003-02-12 01:58:46 +00:00
<Docs >
2004-07-17 17:24:02 +00:00
<summary > Used to represent attributes which impose shape restrictions.</summary>
<remarks />
2003-02-12 01:58:46 +00:00
</Docs>
<Base >
<BaseTypeName > System.ValueType</BaseTypeName>
</Base>
<Interfaces />
<Attributes />
<Members >
<Member MemberName= "Zero" >
<MemberSignature Language= "C#" Value= "public static Pango.AttrShape Zero;" />
<MemberType > Field</MemberType>
<ReturnValue >
<ReturnType > Pango.AttrShape</ReturnType>
</ReturnValue>
<Parameters />
<Docs >
2004-07-17 18:05:37 +00:00
<summary > Returns an empty <see cref= "T:Pango.AttrShape" /> </summary>
<remarks />
2003-02-12 01:58:46 +00:00
</Docs>
</Member>
2004-02-26 18:46:28 +00:00
<Member MemberName= "New" >
<MemberSignature Language= "C#" Value= "public static Pango.AttrShape New (Pango.Rectangle ink_rect, Pango.Rectangle logical_rect);" />
<MemberType > Method</MemberType>
2003-02-12 01:58:46 +00:00
<ReturnValue >
2004-02-26 18:46:28 +00:00
<ReturnType > Pango.AttrShape</ReturnType>
2003-02-12 01:58:46 +00:00
</ReturnValue>
2004-02-26 18:46:28 +00:00
<Parameters >
<Parameter Name= "ink_rect" Type= "Pango.Rectangle" />
<Parameter Name= "logical_rect" Type= "Pango.Rectangle" />
</Parameters>
2003-02-12 01:58:46 +00:00
<Docs >
2004-07-17 17:24:02 +00:00
<summary > Creates a new <see cref= "T:Pango.AttrShape" /> from the provided <see cref= "T:Pango.Rectangle" /> s.</summary>
<param name= "ink_rect" > the ink rectangle to restrict to</param>
<param name= "logical_rect" > the logical rectangle to restrict to</param>
<returns > a new <see cref= "T:Pango.AttrShape" /> </returns>
<remarks />
2003-02-12 01:58:46 +00:00
</Docs>
</Member>
2004-02-26 18:46:28 +00:00
<Member MemberName= "New" >
<MemberSignature Language= "C#" Value= "public static Pango.AttrShape New (IntPtr raw);" />
<MemberType > Method</MemberType>
2003-02-12 01:58:46 +00:00
<ReturnValue >
2004-02-26 18:46:28 +00:00
<ReturnType > Pango.AttrShape</ReturnType>
2003-02-12 01:58:46 +00:00
</ReturnValue>
2004-02-26 18:46:28 +00:00
<Parameters >
<Parameter Name= "raw" Type= "System.IntPtr" />
</Parameters>
2003-02-12 01:58:46 +00:00
<Docs >
2004-07-17 04:14:39 +00:00
<summary > Internal method</summary>
<param name= "raw" > an object of type <see cref= "T:System.IntPtr" /> </param>
<returns > an object of type <see cref= "T:Pango.AttrShape" /> </returns>
<remarks > This is an internal method, and should not be used by user code.</remarks>
2003-02-12 01:58:46 +00:00
</Docs>
</Member>
2004-02-26 18:46:28 +00:00
<Member MemberName= "Attr" >
<MemberSignature Language= "C#" Value= "public Pango.Attribute Attr;" />
2003-02-12 01:58:46 +00:00
<MemberType > Field</MemberType>
<ReturnValue >
2004-02-26 18:46:28 +00:00
<ReturnType > Pango.Attribute</ReturnType>
2003-02-12 01:58:46 +00:00
</ReturnValue>
2004-02-26 18:46:28 +00:00
<Parameters >
</Parameters>
2003-02-12 01:58:46 +00:00
<Docs >
2004-07-17 17:24:02 +00:00
<summary > the common portion of the attribute</summary>
<remarks />
2003-02-12 01:58:46 +00:00
</Docs>
</Member>
2004-02-26 18:46:28 +00:00
<Member MemberName= "InkRect" >
<MemberSignature Language= "C#" Value= "public Pango.Rectangle InkRect;" />
<MemberType > Field</MemberType>
2003-02-12 01:58:46 +00:00
<ReturnValue >
2004-02-26 18:46:28 +00:00
<ReturnType > Pango.Rectangle</ReturnType>
2003-02-12 01:58:46 +00:00
</ReturnValue>
<Parameters >
2003-09-17 21:56:59 +00:00
</Parameters>
2003-02-12 01:58:46 +00:00
<Docs >
2004-07-17 17:24:02 +00:00
<summary > the ink rectangle to restrict to</summary>
<remarks />
2003-02-12 01:58:46 +00:00
</Docs>
</Member>
2004-02-26 18:46:28 +00:00
<Member MemberName= "LogicalRect" >
<MemberSignature Language= "C#" Value= "public Pango.Rectangle LogicalRect;" />
<MemberType > Field</MemberType>
2003-02-12 01:58:46 +00:00
<ReturnValue >
2004-02-26 18:46:28 +00:00
<ReturnType > Pango.Rectangle</ReturnType>
2003-02-12 01:58:46 +00:00
</ReturnValue>
<Parameters >
2003-09-17 21:56:59 +00:00
</Parameters>
2003-02-12 01:58:46 +00:00
<Docs >
2004-07-17 17:24:02 +00:00
<summary > the logical rectangle to restrict to</summary>
<remarks />
2003-02-12 01:58:46 +00:00
</Docs>
</Member>
</Members>
2003-09-17 21:56:59 +00:00
</Type>