mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-01-24 11:21:00 +00:00
Contribution from alexmipego@hotmail.com
svn path=/trunk/gtk-sharp/; revision=38802
This commit is contained in:
parent
d9be65d6c7
commit
7da5169fca
|
@ -1176,11 +1176,12 @@
|
|||
<Parameter Name="resource" Type="System.String" />
|
||||
</Parameters>
|
||||
<Docs>
|
||||
<summary>To be added</summary>
|
||||
<param name="assembly">a <see cref="T:System.Reflection.Assembly" /></param>
|
||||
<param name="resource">a <see cref="T:System.String" /></param>
|
||||
<summary>Makes a Pixbuf from a compiled resource.
|
||||
</summary>
|
||||
<param name="assembly">Assembly with the resouce compiled <see cref="T:System.Reflection.Assembly" /></param>
|
||||
<param name="resource">Name of resouce <see cref="T:System.String" /></param>
|
||||
<returns>a <see cref="T:Gdk.Pixbuf" /></returns>
|
||||
<remarks />
|
||||
<remarks>Use null to reference the same assembly you are calling the contructor from.</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="LoadFromResource">
|
||||
|
|
Loading…
Reference in a new issue