mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 10:25:28 +00:00
352fc8e849
Didn't audit any of this.
27 lines
1 KiB
XML
27 lines
1 KiB
XML
<Type Name="CairoShapeRendererFunc" FullName="Pango.CairoShapeRendererFunc">
|
|
<TypeSignature Language="C#" Value="public delegate void CairoShapeRendererFunc(Context cr, Attribute attr, bool do_path);" />
|
|
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed CairoShapeRendererFunc extends System.MulticastDelegate" />
|
|
<AssemblyInfo>
|
|
<AssemblyName>pango-sharp</AssemblyName>
|
|
</AssemblyInfo>
|
|
<Base>
|
|
<BaseTypeName>System.Delegate</BaseTypeName>
|
|
</Base>
|
|
<Parameters>
|
|
<Parameter Name="cr" Type="Cairo.Context" />
|
|
<Parameter Name="attr" Type="Pango.Attribute" />
|
|
<Parameter Name="do_path" Type="System.Boolean" />
|
|
</Parameters>
|
|
<ReturnValue>
|
|
<ReturnType>System.Void</ReturnType>
|
|
</ReturnValue>
|
|
<Docs>
|
|
<param name="cr">To be added.</param>
|
|
<param name="attr">To be added.</param>
|
|
<param name="do_path">To be added.</param>
|
|
<summary>CairoShape renderer callback delegate.</summary>
|
|
<remarks>To be added.</remarks>
|
|
<since version="Gtk# 2.12" />
|
|
</Docs>
|
|
</Type>
|